From a70ec38f22bde70bebd4a30866e3414c3b2f05c2 Mon Sep 17 00:00:00 2001 From: Gullit Miranda Date: Sat, 16 Jun 2018 18:00:37 -0300 Subject: Fixing CDPATH affecting otp_build related to https://github.com/erlang/otp/pull/1841 --- kerl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kerl b/kerl index 91f804f..33d7f2a 100755 --- a/kerl +++ b/kerl @@ -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' -- cgit v1.2.3