This commit is contained in:
Joey Hess 2014-11-22 02:04:01 -04:00
parent 128e16472a
commit e0c2d6a73a
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ setup propellorbin dest = do
modifyFileMode shim (addModes executeModes)
return shim
-- Called when the shimmed propellor is running, so that commands it runs
-- don't see it.
cleanEnv :: IO ()
cleanEnv = void $ unsetEnv "GCONV_PATH"