> Date: Sun, 14 Oct 2007 17:03:47 -0700 > From: David Brown <[EMAIL PROTECTED]> > Cc: 'Andreas Ericsson' <[EMAIL PROTECTED]>, 'Alex Riesen' <[EMAIL PROTECTED]>, > 'git list' <[EMAIL PROTECTED]>, > 'Johannes Schindelin' <[EMAIL PROTECTED]>, > 'Make Windows' <[email protected]> > > The MS exec* calls just concatenate all of the argv arguments, separating > them with a space into a single buffer.
True. > If you know what the library on the other end is doing to re-parse the > arguments back into separate strings, it might be possible to quote things > enough to handle names with spaces, but it is hard. It's not hard, it's just a bit of work. And it needs to be done exactly once. _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
