Ver a proveniência

Go with paren-style function definition

pull/360/head^2
Sam Stephenson há 12 anos
ascendente
cometimento
288c6b3f09
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      libexec/rbenv-init

+ 1
- 1
libexec/rbenv-init Ver ficheiro

@ -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

Carregando…
Cancelar
Guardar