Merge pull request #653 from yyuu/rbenv-20160701

rbenv 20160701
This commit is contained in:
Yamashita, Yuu 2016-07-01 09:05:46 +09:00 committed by GitHub
commit 24ba8ce904

View file

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