X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fspawn-pipe.c;h=742987f21dc17bc0f2f29e86d226f11ad3a73d47;hb=effe7821374f8b7e22e9de3df9cc4e5f285712bd;hp=809cccf41562c8290934db731a473c279439feba;hpb=8ecf1d24ee3fae764eaed003e615269787aeb8e3;p=gnulib.git diff --git a/lib/spawn-pipe.c b/lib/spawn-pipe.c index 809cccf41..742987f21 100644 --- a/lib/spawn-pipe.c +++ b/lib/spawn-pipe.c @@ -1,5 +1,5 @@ /* Creation of subprocesses, communicating via pipes. - Copyright (C) 2001-2004, 2006-2010 Free Software Foundation, Inc. + Copyright (C) 2001-2004, 2006-2011 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify @@ -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;