aboutsummaryrefslogtreecommitdiff
path: root/Utility/Env.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-10-16 15:39:19 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-10-16 15:39:19 -0400
commitbd4dcf3fa3ecb73c40d7ecb0c0656d88ee8951e7 (patch)
tree131b682f4619455907d9a88540cde31fd5b72174 /Utility/Env.hs
parent527e63452d3340f5e5093f8fd9ca84c0615de7e3 (diff)
typo
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 ()