more path mangling, because DOS

This commit is contained in:
Joey Hess 2013-12-06 14:46:32 -04:00
parent 6f408e050b
commit dea7dedaf8

View file

@ -86,7 +86,7 @@ parseCollect2 = do
path <- manyTill anyChar (try $ string ldcmd)
char ' '
params <- restOfLine
return $ CmdParams (path ++ ldcmd) params Nothing
return $ CmdParams (path ++ ldcmd) (escapeDosPaths params) Nothing
where
ldcmd = "ld.exe"