From bd4dcf3fa3ecb73c40d7ecb0c0656d88ee8951e7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 16 Oct 2014 15:39:19 -0400 Subject: typo --- Utility/Env.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Utility') 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 () -- cgit v1.2.3