mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-29 08:09:02 +00:00
* src/job.c (start_job_command) [VMS]: Correct VMS comment.
This commit is contained in:
parent
005a251689
commit
ba950a796a
1 changed files with 5 additions and 6 deletions
11
src/job.c
11
src/job.c
|
@ -1240,12 +1240,11 @@ start_job_command (struct child *child)
|
|||
}
|
||||
|
||||
argv = p;
|
||||
/* Although construct_command_argv contains some code for VMS, it was/is
|
||||
not called/used. Please note, for VMS argv is a string (not an array
|
||||
of strings) which contains the complete command line, which for
|
||||
multi-line variables still includes the newlines. So detect newlines
|
||||
and set 'end' (which is used for child->command_ptr) instead of
|
||||
(re-)writing construct_command_argv */
|
||||
/* Please note, for VMS argv is a string (not an array of strings) which
|
||||
contains the complete command line, which for multi-line variables
|
||||
still includes the newlines. So detect newlines and set 'end' (which
|
||||
is used for child->command_ptr) instead of (re-)writing
|
||||
construct_command_argv */
|
||||
if (!one_shell)
|
||||
{
|
||||
char *s = p;
|
||||
|
|
Loading…
Reference in a new issue