[project @ 2001-07-17 14:48:04 by rrt]
authorrrt <unknown>
Tue, 17 Jul 2001 14:48:04 +0000 (14:48 +0000)
committerrrt <unknown>
Tue, 17 Jul 2001 14:48:04 +0000 (14:48 +0000)
commit544179c96c7fae64d0165f45939e2a93276d3ac1
tree30596c331204965063b5529cd270ae6945eda5fe
parent5f6ec2cada6832bc0a20e8dded8252f9e9c750e9
[project @ 2001-07-17 14:48:04 by rrt]
1. Make GHC work with paths and filenames containing spaces (hopefully).
This is done by quoting all arguments sent to the shell. To avoid causing
problems, this means that each argument in a list had *better* be a single
argument, hence the next commit to PackageSrc.hs.

2. undosify the path passed as the -h argument to unlit, to make unlit work
on Windows again.

3. Fix getExecDir for Windows (broken by previous changes to the meaning of
-B).
ghc/compiler/main/DriverPipeline.hs
ghc/compiler/main/SysTools.lhs