diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/EvilLinker.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Build/EvilLinker.hs b/Build/EvilLinker.hs index e62b5a4f9..3e3237a6f 100644 --- a/Build/EvilLinker.hs +++ b/Build/EvilLinker.hs @@ -113,7 +113,6 @@ getOutput c ps environ = do putStrLn $ unwords [c, show ps] out@(s, ok) <- processTranscript' c ps environ Nothing putStrLn $ unwords [c, "finished", show ok, "output size:", show (length s)] - writeFile (c ++ ".out") s return out atFile :: FilePath -> String |