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
240
Wiki
Atividade
Ver código fonte
Style
pull/360/head^2
Sam Stephenson
15 anos atrás
pai
b5d030bee7
commit
0c66f62c17
2 arquivos alterados
com
3 adições
e
3 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
bin/rbenv-rehash
+2
-2
bin/rbenv-versions
+ 1
- 1
bin/rbenv-rehash
Ver arquivo
@ -2,7 +2,7 @@
set -e
cd "$HOME/.rbenv/shims"
cd "$
{
HOME
}
/.rbenv/shims"
rm *
for file in ../versions/*/bin/*; do
+ 2
- 2
bin/rbenv-versions
Ver arquivo
@ -9,9 +9,9 @@ for path in ~/.rbenv/versions/*; do
version="${path##*/}"
if [ "$version" == "$RBENV_VERSION" ]; then
echo "* $
{
version
##*/}
"
echo "* $version"
else
echo " $
{
version
##*/}
"
echo " $version"
fi
fi
done
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar