Merge pull request #898 from mikelikesbikes/silence-stdout-when-cding

Properly unset CDPATH
This commit is contained in:
Mislav Marohnić 2016-04-25 09:56:25 +02:00
commit 9fdce5d069

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -e
export -n CDPATH
unset CDPATH
if [ "$1" = "--debug" ]; then
export RBENV_DEBUG=1