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
Never use hardlinks. Never.
pull/487/head^2
moe
há 10 anos
ascendente
d740406daf
cometimento
f6c1e5220a
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
libexec/rbenv-rehash
+ 1
- 1
libexec/rbenv-rehash
Ver ficheiro
@ -113,7 +113,7 @@ install_registered_shims() {
local shim file
for shim in $registered_shims; do
file="${SHIM_PATH}/${shim}"
[ -e "$file" ] ||
ln -f
"$PROTOTYPE_SHIM_PATH" "$file"
[ -e "$file" ] ||
cp
"$PROTOTYPE_SHIM_PATH" "$file"
done
}
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar