diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-08-06 10:27:47 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-08-06 10:27:47 +0000 |
| commit | ff60c04cae00a210e2acf1f47dc09d9ba515e129 (patch) | |
| tree | 2816d11be20ab8af713ad076dd4b6e7ce8cd2a58 /bin | |
| parent | 756f75fdebbb255112cf6b7354ce3288d340f565 (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/sh/parser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/sh/parser.c b/bin/sh/parser.c index 47711170c6e3..26504c1f8964 100644 --- a/bin/sh/parser.c +++ b/bin/sh/parser.c @@ -952,6 +952,7 @@ readtoken1(int firstc, char const *syntax, char *eofmark, int striptabs) USTPUTC('\\', out); pungetc(); } else if (c == '\n') { + plinno++; if (doprompt) setprompt(2); else |
