Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
isprogram
/
pyenv
peilaus alkaen
https://github.com/pyenv/pyenv.git
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Projects
0
Julkaisut
241
Wiki
Toiminta
Selaa lähdekoodia
Exit with 0 status when a version file is read successfully
pull/360/head^2
Sam Stephenson
15 vuotta sitten
vanhempi
96679b7715
commit
e5c0fd22e1
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libexec/rbenv-version-file-read
+ 1
- 1
libexec/rbenv-version-file-read
Näytä tiedosto
@ -10,7 +10,7 @@ if [ -e "$VERSION_FILE" ]; then
version="${words[0]}"
if [ -n "$version" ]; then
echo "$version"
break
exit
fi
done < <( cat "$VERSION_FILE" && echo )
fi
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna