[BusyBox-cvs] busybox.stable ash.c,1.44,1.45

Erik Andersen andersen at codepoet.org
Wed Dec 11 22:02:17 UTC 2002


Update of /var/cvs/busybox.stable
In directory winder:/tmp/cvs-serv27006

Modified Files:
	ash.c 
Log Message:
Small bugfix, last_patch72 from Vladimir N. Oleynik


Index: ash.c
===================================================================
RCS file: /var/cvs/busybox.stable/ash.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- ash.c	22 Oct 2002 22:14:29 -0000	1.44
+++ ash.c	11 Dec 2002 22:02:12 -0000	1.45
@@ -3948,7 +3948,7 @@
 		argv_a[0] = argv[i];
 		argptr = argv_a;
 		optptr = "v";
-		err |= hashcmd(argc, argv);
+		err |= hashcmd(2, argv);
 	}
 	return err;
 }




More information about the busybox-cvs mailing list