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
Go with paren-style function definition
pull/360/head^2
Sam Stephenson
14 anos atrás
pai
802d70568c
commit
288c6b3f09
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-init
+ 1
- 1
libexec/rbenv-init
Ver arquivo
@ -74,7 +74,7 @@ echo 'rbenv rehash 2>/dev/null'
commands=(`rbenv commands --sh`)
IFS="|"
cat <<EOS
function
rbenv {
rbenv
()
{
command="\$1"
if [ "\$#" -gt 0 ]; then
shift
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar