summaryrefslogtreecommitdiff
path: root/Utility/Env.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Utility/Env.hs')
-rw-r--r--Utility/Env.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Env.hs b/Utility/Env.hs
index 245c571c8..ff6644fbf 100644
--- a/Utility/Env.hs
+++ b/Utility/Env.hs
@@ -53,7 +53,7 @@ setEnv var val False = do
r <- getEnv var
case r of
Nothing -> setEnv var val True
- Just _ -> return True
+ Just _ -> return ()
#endif
unsetEnv :: String -> IO ()