From: Paul Smith Date: Tue, 3 Sep 2019 20:18:49 +0000 (-0400) Subject: * src/job.c (start_job_command) [VMS]: Correct VMS comment. X-Git-Tag: 4.2.91~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba950a796a460da92258c26c67244d17818eca1e;p=thirdparty%2Fmake.git * src/job.c (start_job_command) [VMS]: Correct VMS comment. --- diff --git a/src/job.c b/src/job.c index f5196493..5b372a29 100644 --- a/src/job.c +++ b/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;