]> git.pld-linux.org Git - packages/ash.git/blob - ash-echo.patch
- patches from rawhide.
[packages/ash.git] / ash-echo.patch
1 --- ash-linux-0.2/bltin/echo.c.foo      Sat Sep 11 23:55:02 1999
2 +++ ash-linux-0.2/bltin/echo.c  Sat Sep 11 23:57:48 1999
3 @@ -63,7 +63,13 @@
4         if (argc)
5                 ap++;
6         if ((p = *ap) != NULL) {
7 -               if (equal(p, "-n")) {
8 +               if (equal(p,"-en") || equal(p,"-ne")) {
9 +                       nflag++;
10 +#ifndef eflag
11 +                       eflag++;
12 +#endif
13 +                       ap++;
14 +               } else  if (equal(p, "-n")) {
15                         nflag++;
16                         ap++;
17                 } else if (equal(p, "-e")) {
This page took 0.047577 seconds and 3 git commands to generate.