diff --git a/Utility/Process.hs b/Utility/Process.hs index e6d94630d1..c8b187abb2 100644 --- a/Utility/Process.hs +++ b/Utility/Process.hs @@ -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.