Browse Source

Go with paren-style function definition

pull/360/head^2
Sam Stephenson 12 years ago
parent
commit
288c6b3f09
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libexec/rbenv-init

+ 1
- 1
libexec/rbenv-init View File

@ -74,7 +74,7 @@ echo 'rbenv rehash 2>/dev/null'
commands=(`rbenv commands --sh`) commands=(`rbenv commands --sh`)
IFS="|" IFS="|"
cat <<EOS cat <<EOS
function rbenv {
rbenv() {
command="\$1" command="\$1"
if [ "\$#" -gt 0 ]; then if [ "\$#" -gt 0 ]; then
shift shift

Loading…
Cancel
Save