diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-16 15:39:19 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-16 15:39:19 -0400 |
commit | bd4dcf3fa3ecb73c40d7ecb0c0656d88ee8951e7 (patch) | |
tree | 131b682f4619455907d9a88540cde31fd5b72174 /Utility | |
parent | 527e63452d3340f5e5093f8fd9ca84c0615de7e3 (diff) |
typo
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/Env.hs | 2 |
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 () |