diff options
author | Roland McGrath <roland@redhat.com> | 1992-02-05 01:04:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-02-05 01:04:23 +0000 |
commit | 87178cb5a48082a5ab14650cf1f083fbd344a86a (patch) | |
tree | 9a2c6ebc579052dfb9edaf0e046de70453e0a41a | |
parent | 3e08b8c56a56a0ba13cb710aa8e43367163fd123 (diff) | |
download | gunmake-87178cb5a48082a5ab14650cf1f083fbd344a86a.tar.gz |
Formerly job.c.~56~
-rw-r--r-- | job.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1114,7 +1114,7 @@ construct_command_argv_internal (line, restp, shell, ifs) just get eaten, rather than becoming an empty arg. */ goto end_of_arg; else - --p; + p = next_token (p) - 1; } else if (p[1] != '\0') /* Copy and skip the following char. */ |