1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-11 04:53:47 -05:00

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

View File

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