]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* src/job.c (start_job_command) [VMS]: Correct VMS comment.
authorPaul Smith <psmith@gnu.org>
Tue, 3 Sep 2019 20:18:49 +0000 (16:18 -0400)
committerPaul Smith <psmith@gnu.org>
Sat, 7 Sep 2019 22:27:26 +0000 (18:27 -0400)
src/job.c

index f519649363568564dfa977e4bf0cce816f592037..5b372a29c32c350df16cab31e8f30d9f3e225b52 100644 (file)
--- 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;