]> git.pld-linux.org Git - packages/busybox.git/commitdiff
http://busybox.net/downloads/fixes-1.6.0/busybox-1.6.0-echo.patch
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 7 Jun 2007 11:38:45 +0000 (11:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    busybox-echo.patch -> 1.1

busybox-echo.patch [new file with mode: 0644]

diff --git a/busybox-echo.patch b/busybox-echo.patch
new file mode 100644 (file)
index 0000000..74d3c2c
--- /dev/null
@@ -0,0 +1,11 @@
+--- busybox-1.6.0/coreutils/echo.c     Fri Jun  1 13:48:34 2007
++++ busybox-1.6.0-echo/coreutils/echo.c        Wed Jun  6 09:49:18 2007
+@@ -33,7 +33,7 @@
+               eflag = '\\',
+               nflag = 1,  /* 1 -- print '\n' */
+       };
+-      ++argv;
++      arg = ++argv;
+ #else
+       const char *p;
+       char nflag = 1;
This page took 0.137139 seconds and 4 git commands to generate.