diff options
Diffstat (limited to 'test5.hs')
-rw-r--r-- | test5.hs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -83,8 +83,8 @@ cleanup = do startup :: IO () startup = do - setEnv "HOME" =<< getEnv "OLDHOME" - + -- load-env hack + maybe (return ()) (setEnv "HOME") =<< lookupEnv "OLDHOME" hSetEcho stdin False hSetBuffering stdin NoBuffering |