From ba950a796a460da92258c26c67244d17818eca1e Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 3 Sep 2019 16:18:49 -0400 Subject: [PATCH] * src/job.c (start_job_command) [VMS]: Correct VMS comment. --- src/job.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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;