mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-11 07:51:36 +00:00
Formerly job.c.~56~
This commit is contained in:
parent
3e08b8c56a
commit
87178cb5a4
1 changed files with 1 additions and 1 deletions
2
job.c
2
job.c
|
@ -1114,7 +1114,7 @@ construct_command_argv_internal (line, restp, shell, ifs)
|
||||||
just get eaten, rather than becoming an empty arg. */
|
just get eaten, rather than becoming an empty arg. */
|
||||||
goto end_of_arg;
|
goto end_of_arg;
|
||||||
else
|
else
|
||||||
--p;
|
p = next_token (p) - 1;
|
||||||
}
|
}
|
||||||
else if (p[1] != '\0')
|
else if (p[1] != '\0')
|
||||||
/* Copy and skip the following char. */
|
/* Copy and skip the following char. */
|
||||||
|
|
Loading…
Reference in a new issue