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

Guard against exported CDPATH (fixes #316)

This commit is contained in:
Sam Stephenson
2013-01-25 12:02:11 -06:00
parent 98f45695db
commit e3f72ebae2

View File

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