Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
isprogram
/
pyenv
mirror da
https://github.com/pyenv/pyenv.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Projects
0
Rilasci
240
Wiki
Attività
Sfoglia il codice sorgente
Make "y/N" prompt consistent with others (
#3080
)
pull/3081/head
David Poznik
1 anno fa
committed by
GitHub
parent
468dc81107
commit
d201daeb33
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG:
B5690EEEBB952194
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
plugins/python-build/bin/pyenv-uninstall
+ 1
- 1
plugins/python-build/bin/pyenv-uninstall
Vedi File
@ -75,7 +75,7 @@ uninstall-python() {
exit 1
fi
read -p "pyenv: remove $PREFIX?
[y|N]
"
read -p "pyenv: remove $PREFIX?
(y/N)
"
case "$REPLY" in
y | Y | yes | YES ) ;;
* ) exit 1 ;;
Scrivi
Anteprima
Caricamento…
Annulla
Salva