X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fspawn-pipe.c;h=742987f21dc17bc0f2f29e86d226f11ad3a73d47;hb=513aefc6d7001728ad09ef645e3a3ce25d8d67f5;hp=96d01aa842692e86129918c71a24ef18de1d7caa;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/lib/spawn-pipe.c b/lib/spawn-pipe.c index 96d01aa84..742987f21 100644 --- a/lib/spawn-pipe.c +++ b/lib/spawn-pipe.c @@ -196,7 +196,7 @@ create_pipe (const char *progname, (const char **) environ); if (child < 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;