Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
isprogram
/
pyenv
mirror da
https://github.com/pyenv/pyenv.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Projects
0
Rilasci
241
Wiki
Attività
Sfoglia il codice sorgente
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 anni fa
parent
4b6c91e827
commit
44c2378f2a
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
libexec/rbenv-rehash
+ 1
- 1
libexec/rbenv-rehash
Vedi File
@ -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"
}
Scrivi
Anteprima
Caricamento…
Annulla
Salva