cvs commit: fptools/libraries/Cabal/Distribution/Simple Configure.hs
Krasimir Angelov
krasimir at monk.galois.com
Mon Sep 12 15:43:47 EDT 2005
krasimir 2005/09/12 12:43:46 PDT
Modified files:
libraries/Cabal/Distribution/Simple Configure.hs
Log:
BUGFIX: System.Cmd.system was used here but the executable path may have spaces.
The right way is to use runInteractiveProcess but it isn't supported from HUGS.
It is easier for a while to quote the path.
Revision Changes Path
1.48 +3 -3 fptools/libraries/Cabal/Distribution/Simple/Configure.hs
More information about the Cvs-libraries
mailing list