diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-08 15:42:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-08 15:42:27 -0400 |
commit | 66fa9674f8553dd45f4cad4715e83d0ba1b04578 (patch) | |
tree | d5246f05f50c617bb505b526dceda852b31ea488 /Build | |
parent | 4df912655754ca145e3e0b23a0d5f6b1666f28e2 (diff) |
more horrible path fixup
Diffstat (limited to 'Build')
-rw-r--r-- | Build/EvilLinker.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/EvilLinker.hs b/Build/EvilLinker.hs index f852b8119..d26f9c2b7 100644 --- a/Build/EvilLinker.hs +++ b/Build/EvilLinker.hs @@ -104,6 +104,7 @@ escapeDosPaths = replace "Program Files" "Program\\ Files" . replace "Haskell Platform" "Haskell\\ Platform" . replace "haskell platform" "haskell\\ platform" . replace "Application Data" "Application\\ Data" + . replace "Documents and Settings" "Documents\\ and\\ Settings" . replace "Files (x86)" "Files\\ (x86)" . replace "files (x86)" "files\\ (x86)" |