Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
isprogram
/
pyenv
espelhamento de
https://github.com/pyenv/pyenv.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Projects
0
Versões
241
Wiki
Atividade
Ver código fonte
Exit with 0 status when a version file is read successfully
pull/360/head^2
Sam Stephenson
15 anos atrás
pai
96679b7715
commit
e5c0fd22e1
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
libexec/rbenv-version-file-read
+ 1
- 1
libexec/rbenv-version-file-read
Ver arquivo
@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar