Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
isprogram
/
pyenv
espelho de
https://github.com/pyenv/pyenv.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Projects
0
Lançamentos
241
Wiki
Trabalho
Ver a proveniência
Merge commit '5c1094a' from
#529
Closes
#529
pull/487/head^2
Mislav Marohnić
há 10 anos
ascendente
8a0555f8ef
5c1094adb9
cometimento
51a1ee06e4
1 ficheiros alterados
com
1 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-0
libexec/rbenv-version-file
+ 1
- 0
libexec/rbenv-version-file
Ver ficheiro
@ -6,6 +6,7 @@ set -e
find_local_version_file() {
local root="$1"
while true; do
[[ "$root" =~ ^//[^/]*$ ]] && break
if [ -e "${root}/.ruby-version" ]; then
echo "${root}/.ruby-version"
exit
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar