interpreter arguments bug
Kazuhiro Fujieda
fujieda@jaist.ac.jp
Mon Feb 15 00:48:00 GMT 1999
There is a trivial mistake in spawn_guts.
--- spawn.cc- Mon Feb 15 15:21:11 1999
+++ spawn.cc Mon Feb 15 15:21:30 1999
@@ -358,7 +358,7 @@ spawn_guts (HANDLE hToken, const char *
one_line.prepend (" ", 1);
else
{
- one_line.prepend ("\" ", 1);
+ one_line.prepend ("\" ", 2);
one_line.prepend (arg1, strlen (arg1));
one_line.prepend (" \"", 2);
}
Scripts of which interpreter has an argument can't work
because of this.
____
| AIST Kazuhiro Fujieda <fujieda@jaist.ac.jp>
| HOKURIKU School of Information Science
o_/ 1990 Japan Advanced Institute of Science and Technology
More information about the Cygwin-developers
mailing list