fix \ escaping
This commit is contained in:
parent
d2c351f547
commit
ceee7758a5
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ devNull :: FilePath
|
|||
devNull = "/dev/null"
|
||||
#else
|
||||
-- Use device namespace to prevent GHC from rewriting path
|
||||
devNull = "\\.\NUL"
|
||||
devNull = "\\\\.\\NUL"
|
||||
#endif
|
||||
|
||||
-- | Extract a desired handle from createProcess's tuple.
|
||||
|
|
Loading…
Add table
Reference in a new issue