1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 07:13:53 -05:00

Don't unset CDPATH

This commit is contained in:
Tim Pope
2017-04-05 16:36:04 -04:00
parent 1f1e291385
commit 9d93605e18

View File

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