comment
This commit is contained in:
parent
128e16472a
commit
e0c2d6a73a
|
@ -45,6 +45,8 @@ setup propellorbin dest = do
|
||||||
modifyFileMode shim (addModes executeModes)
|
modifyFileMode shim (addModes executeModes)
|
||||||
return shim
|
return shim
|
||||||
|
|
||||||
|
-- Called when the shimmed propellor is running, so that commands it runs
|
||||||
|
-- don't see it.
|
||||||
cleanEnv :: IO ()
|
cleanEnv :: IO ()
|
||||||
cleanEnv = void $ unsetEnv "GCONV_PATH"
|
cleanEnv = void $ unsetEnv "GCONV_PATH"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue