Parcourir la source

Go with paren-style function definition

pull/360/head^2
Sam Stephenson il y a 14 ans
Parent
révision
288c6b3f09
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      libexec/rbenv-init

+ 1
- 1
libexec/rbenv-init Voir le fichier

@ -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

Chargement…
Annuler
Enregistrer