Explorar el Código

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

pull/1133/head
Ryan Davis hace 7 años
padre
commit
1a8b5e04a9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      libexec/rbenv-init

+ 1
- 1
libexec/rbenv-init Ver fichero

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

Cargando…
Cancelar
Guardar