]> git.pld-linux.org Git - packages/ash.git/blame - ash-echo.patch
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
[packages/ash.git] / ash-echo.patch
CommitLineData
fc845259 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.100306 seconds and 4 git commands to generate.