Formerly job.c.~56~

This commit is contained in:
Roland McGrath 1992-02-05 01:04:23 +00:00
parent 3e08b8c56a
commit 87178cb5a4

2
job.c
View file

@ -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. */