[project @ 2004-01-28 10:04:25 by simonpj]
authorsimonpj <unknown>
Wed, 28 Jan 2004 10:04:25 +0000 (10:04 +0000)
committersimonpj <unknown>
Wed, 28 Jan 2004 10:04:25 +0000 (10:04 +0000)
commitdeab48c5498f00001e37273a02471bbdd7696e6b
tree48ef551a0bc443910f26864131303a9db323c5b7
parent7178fdc965a41827d673a5d354f079b980c891b4
[project @ 2004-01-28 10:04:25 by simonpj]
---------------------------------------
    Fix the WinME/98/95 double-backslash bug
  ---------------------------------------

Merge to stable branch, at least
once we are sure it's right

Backslashes should not be escaped in command-line arguments for rawSystem,
on Win32.  This only actually causes failures on WinME/98/95, and we can't
test that since we don't have it.  But this fix seems right regardless.

There are extensive new comments in libraries/base/System/Cmd.hs which
describe the issues.
System/Cmd.hs