Parcourir la source

Fixed `rbenv init -` output to work w/ no args and bash's `set -u`.

pull/1133/head
Ryan Davis il y a 7 ans
Parent
révision
1a8b5e04a9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      libexec/rbenv-init

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

@ -138,7 +138,7 @@ esac
if [ "$shell" != "fish" ]; then
IFS="|"
cat <<EOS
command="\$1"
command="\${1:-}"
if [ "\$#" -gt 0 ]; then
shift
fi

Chargement…
Annuler
Enregistrer