Browse Source

Merge pull request #653 from yyuu/rbenv-20160701

rbenv 20160701
pull/654/head
Yamashita, Yuu 10 years ago
committed by GitHub
parent
commit
24ba8ce904
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libexec/pyenv

+ 1
- 1
libexec/pyenv 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

Loading…
Cancel
Save