1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-11 13:03:46 -05:00

Import changes from ruby-build v20150519

This commit is contained in:
Yamashita Yuu
2015-05-27 01:05:46 +09:00
parent 9aee57d965
commit 648afe05a9
4 changed files with 54 additions and 11 deletions

View File

@@ -101,7 +101,7 @@ for option in "${OPTIONS[@]}"; do
exec python-build --version
;;
* )
usage 1
usage 1 >&2
;;
esac
done
@@ -246,7 +246,7 @@ if [ "$STATUS" == "2" ]; then
echo " brew update && brew upgrade pyenv"
elif [ -d "${here}/.git" ]; then
printf ":\n\n"
echo " cd ${here} && git pull"
echo " cd ${here} && git pull && cd -"
else
printf ".\n"
fi