|
|
| version 1.3, 2003/08/24 16:26:00 | version 1.4, 2004/02/05 19:07:24 |
|---|---|
| Line 469 expbackq(union node *cmd, int quoted, in | Line 469 expbackq(union node *cmd, int quoted, in |
| } | } |
| /* Eat all trailing newlines */ | /* Eat all trailing newlines */ |
| for (p--; lastc == '\n'; lastc = *--p) | for ( ; (dest - stackblock()) > startloc && *(dest-1) == '\n'; ) |
| STUNPUTC(dest); | STUNPUTC(dest); |
| if (in.fd >= 0) | if (in.fd >= 0) |