Merge branch 'rafaelliu-fix-subshell-command'

This commit is contained in:
Trevor Brown 2018-07-14 09:49:03 -04:00
commit f5b5cf379d

View File

@ -7,7 +7,8 @@ else
fi
export ASDF_DIR
ASDF_DIR="$(cd "$(dirname "$current_script_path")" &> /dev/null || exit 1; pwd)"
ASDF_DIR="$(dirname "$current_script_path")"
[ -d "$ASDF_DIR" ] || exit 1
# Add asdf to PATH
#