Go with paren-style function definition
This commit is contained in:
parent
802d70568c
commit
288c6b3f09
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user