X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fexecute.c;h=6de6c62f83daef10842555b1a428a5d77bf6f1b9;hb=056b00fc460b2c7d1a2407c818adc76512bcc350;hp=fe57e22072c6194ae970508139b843ea813b68b1;hpb=6fd94a5fa680a9d16ba2b8d9dd5fa03f1194d61e;p=gnulib.git diff --git a/lib/execute.c b/lib/execute.c index fe57e2207..6de6c62f8 100644 --- a/lib/execute.c +++ b/lib/execute.c @@ -158,7 +158,7 @@ execute (const char *progname, (const char **) environ); if (exitcode < 0 && errno == ENOEXEC) { - /* prog is not an native executable. Try to execute it as a + /* prog is not a native executable. Try to execute it as a shell script. Note that prepare_spawn() has already prepended a hidden element "sh.exe" to prog_argv. */ --prog_argv;