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
Shims include the full path to rbenv
This makes it possible to execute rbenv shims without rbenv's bin directory in the path.
pull/360/head^2
Sam Stephenson
13 anos atrás
pai
4b6c91e827
commit
44c2378f2a
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-rehash
+ 1
- 1
libexec/rbenv-rehash
Ver arquivo
@ -57,7 +57,7 @@ if [ "\$program" = "ruby" ]; then
fi
export RBENV_ROOT="$RBENV_ROOT"
exec rbenv exec "\$program" "\$@"
exec
"$(command -v
rbenv
)"
exec "\$program" "\$@"
SH
chmod +x "$PROTOTYPE_SHIM_PATH"
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar