Skip to content

Commit

Permalink
Go with paren-style function definition
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed Dec 24, 2011
1 parent 802d705 commit 288c6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/rbenv-init
Expand Up @@ -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
Expand Down

0 comments on commit 288c6b3

Please sign in to comment.