> From: "J. David Bryan" <[EMAIL PROTECTED]> > Date: Sat, 18 Feb 2006 15:59:33 -0500 > CC: [email protected] > > I now realize that you're referring to the command line that is > passed to CreateProcess. "make_command_line" in sub_proc.c does > indeed escape embedded quotes, which will goof up the argument > string if passed directly to cmd.
make_command_line handles both cmd.exe and its relatives, and Unix-style shells (when it finds a shell script whose first line names the shell). Be sure you are know what shell is being handled by the code you are looking at; it can be confusing at times. _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
