summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-02-05 01:04:23 +0000
committerRoland McGrath <roland@redhat.com>1992-02-05 01:04:23 +0000
commit87178cb5a48082a5ab14650cf1f083fbd344a86a (patch)
tree9a2c6ebc579052dfb9edaf0e046de70453e0a41a /job.c
parent3e08b8c56a56a0ba13cb710aa8e43367163fd123 (diff)
downloadgunmake-87178cb5a48082a5ab14650cf1f083fbd344a86a.tar.gz
Formerly job.c.~56~
Diffstat (limited to 'job.c')
-rw-r--r--job.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/job.c b/job.c
index 5019202..77ec21a 100644
--- a/job.c
+++ b/job.c
@@ -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. */