svn commit: branches/busybox_1_6_stable/coreutils

aldot at busybox.net aldot at busybox.net
Wed Jun 6 10:49:03 PDT 2007


Author: aldot
Date: 2007-06-06 10:49:03 -0700 (Wed, 06 Jun 2007)
New Revision: 18754

Log:
- fix non-fancy echo by pulling r18752 from trunk.


Modified:
   branches/busybox_1_6_stable/coreutils/echo.c


Changeset:
Modified: branches/busybox_1_6_stable/coreutils/echo.c
===================================================================
--- branches/busybox_1_6_stable/coreutils/echo.c	2007-06-06 17:01:00 UTC (rev 18753)
+++ branches/busybox_1_6_stable/coreutils/echo.c	2007-06-06 17:49:03 UTC (rev 18754)
@@ -33,7 +33,7 @@
 		eflag = '\\',
 		nflag = 1,  /* 1 -- print '\n' */
 	};
-	++argv;
+	arg = *++argv;
 #else
 	const char *p;
 	char nflag = 1;



More information about the busybox-cvs mailing list