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