Parcourir la source

Prevent $command from leaking outside of function

pull/360/head^2
Andrew Marshall il y a 12 ans
Parent
révision
9c43fa9161
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      libexec/rbenv-init

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

@ -86,7 +86,7 @@ commands=(`rbenv commands --sh`)
IFS="|"
cat <<EOS
rbenv() {
command="\$1"
local command="\$1"
if [ "\$#" -gt 0 ]; then
shift
fi

Chargement…
Annuler
Enregistrer