1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-15 23:03:53 -05:00

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

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