diff options
author | Gullit Miranda <[email protected]> | 2018-06-16 18:00:37 -0300 |
---|---|---|
committer | GitHub <[email protected]> | 2018-06-16 18:00:37 -0300 |
commit | a70ec38f22bde70bebd4a30866e3414c3b2f05c2 (patch) | |
tree | 7d2db67a8f8b74290b898b3975f634b82c9000d6 | |
parent | 9c615ea9cc2723cae5d0c0bf9cc9965350afebe7 (diff) | |
download | kerl-a70ec38f22bde70bebd4a30866e3414c3b2f05c2.tar.gz kerl-a70ec38f22bde70bebd4a30866e3414c3b2f05c2.tar.bz2 kerl-a70ec38f22bde70bebd4a30866e3414c3b2f05c2.zip |
Fixing CDPATH affecting otp_build
related to https://github.com/erlang/otp/pull/1841
-rwxr-xr-x | kerl | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ unset ERL_TOP +# Make sure CDPATH doesn't affect cd in case path is relative. +unset CDPATH + KERL_VERSION='1.8.2' DOCSH_GITHUB_URL='https://github.com/erszcz/docsh.git' |