Explorar el Código

Merge pull request #959 from zenspider/fix-dash-u

Fixed `rbenv init -` output to work w/ no args and bash's `set -u`.
pull/1133/head
Mislav Marohnić hace 8 años
cometido por GitHub
padre
commit
eab68688dc
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
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