diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-09-15 11:22:31 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-09-15 11:22:31 -0400 |
| commit | e1436ff33d8e90972db10fcd8e891b7c222bf28a (patch) | |
| tree | 1909acf0265c5b9aaf6f880767de9d9fb49a5880 /src/Utility | |
| parent | 0f8a294efcdaa0f4802910cd988e72f32c71d05b (diff) | |
| parent | 00e824fd0460d5275fc6c6730dd701623f3492c3 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Utility')
| -rw-r--r-- | src/Utility/Process.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Utility/Process.hs b/src/Utility/Process.hs index 05205de8..c4882a01 100644 --- a/src/Utility/Process.hs +++ b/src/Utility/Process.hs @@ -60,7 +60,6 @@ import Prelude import Utility.Misc import Utility.Exception -import Utility.FileSystemEncoding type CreateProcessRunner = forall a. CreateProcess -> ((Maybe Handle, Maybe Handle, Maybe Handle, ProcessHandle) -> IO a) -> IO a @@ -82,7 +81,6 @@ readProcessEnv cmd args environ = readProcess' p readProcess' :: CreateProcess -> IO String readProcess' p = withHandle StdoutHandle createProcessSuccess p $ \h -> do - fileEncoding h output <- hGetContentsStrict h hClose h return output |
