Explorar el Código

Fix expansion quoting

pull/360/head^2
Sam Stephenson hace 15 años
padre
commit
2fa7432060
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      libexec/rbenv-init

+ 1
- 1
libexec/rbenv-init Ver fichero

@ -50,7 +50,7 @@ if [ -z "$print" ]; then
exit 1
fi
mkdir -p "${HOME}/.rbenv/{shims,versions}"
mkdir -p "${HOME}/.rbenv/"{shims,versions}
echo 'export PATH="${HOME}/.rbenv/shims:${PATH}"'

Cargando…
Cancelar
Guardar