]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly job.c.~56~
authorRoland McGrath <roland@redhat.com>
Wed, 5 Feb 1992 01:04:23 +0000 (01:04 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 5 Feb 1992 01:04:23 +0000 (01:04 +0000)
job.c

diff --git a/job.c b/job.c
index 50192024981d893918da6e7172629cb1cb46029b..77ec21a27cb9d80d4ae197daf4369e31ae4e2368 100644 (file)
--- 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.  */