mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 15:23:53 -05:00
Go with paren-style function definition
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user