From: Roland McGrath Date: Wed, 5 Feb 1992 01:04:23 +0000 (+0000) Subject: Formerly job.c.~56~ X-Git-Tag: 3.70.2~850 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=87178cb5a48082a5ab14650cf1f083fbd344a86a;p=thirdparty%2Fmake.git Formerly job.c.~56~ --- diff --git a/job.c b/job.c index 50192024..77ec21a2 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. */