mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Go with paren-style function definition
This commit is contained in:
parent
802d70568c
commit
288c6b3f09
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue