svn commit: branches/busybox_scratch/coreutils

aldot at busybox.net aldot at busybox.net
Tue Jul 4 14:56:22 UTC 2006


Author: aldot
Date: 2006-07-04 07:56:20 -0700 (Tue, 04 Jul 2006)
New Revision: 15600

Log:
- fix typo


Modified:
   branches/busybox_scratch/coreutils/rmdir.c


Changeset:
Modified: branches/busybox_scratch/coreutils/rmdir.c
===================================================================
--- branches/busybox_scratch/coreutils/rmdir.c	2006-07-04 11:58:51 UTC (rev 15599)
+++ branches/busybox_scratch/coreutils/rmdir.c	2006-07-04 14:56:20 UTC (rev 15600)
@@ -21,7 +21,7 @@
 
 	flags = bb_getopt_ulflags(argc, argv, "p");
 
-	argv += flags;
+	argv += flags+1;
 
 	if (!*argv) {
 		bb_show_usage();




More information about the busybox-cvs mailing list