From 87178cb5a48082a5ab14650cf1f083fbd344a86a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 5 Feb 1992 01:04:23 +0000 Subject: [PATCH] Formerly job.c.~56~ --- job.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */