Selaa lähdekoodia

Merge pull request #1217 from remilapeyre/master

Force y, Y, yes or YES to confirm installation
pull/1296/head
Christopher Hunt 7 vuotta sitten
committed by GitHub
vanhempi
commit
fe04483773
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +1
    -1
      plugins/python-build/bin/pyenv-install
  2. +1
    -1
      plugins/python-build/bin/pyenv-uninstall

+ 1
- 1
plugins/python-build/bin/pyenv-install Näytä tiedosto

@ -160,7 +160,7 @@ if [ -d "${PREFIX}/bin" ]; then
read -p "continue with installation? (y/N) " read -p "continue with installation? (y/N) "
case "$REPLY" in case "$REPLY" in
y* | Y* ) ;;
y | Y | yes | YES ) ;;
* ) exit 1 ;; * ) exit 1 ;;
esac esac
elif [ -n "$SKIP_EXISTING" ]; then elif [ -n "$SKIP_EXISTING" ]; then

+ 1
- 1
plugins/python-build/bin/pyenv-uninstall Näytä tiedosto

@ -71,7 +71,7 @@ if [ -z "$FORCE" ]; then
read -p "pyenv: remove $PREFIX? " read -p "pyenv: remove $PREFIX? "
case "$REPLY" in case "$REPLY" in
y* | Y* ) ;;
y | Y | yes | YES ) ;;
* ) exit 1 ;; * ) exit 1 ;;
esac esac
fi fi

Ladataan…
Peruuta
Tallenna