Bläddra i källkod

Go with paren-style function definition

pull/360/head^2
Sam Stephenson 14 år sedan
förälder
incheckning
288c6b3f09
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      libexec/rbenv-init

+ 1
- 1
libexec/rbenv-init Visa fil

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

Laddar…
Avbryt
Spara