Explorar el Código

Ensure shims set RBENV_ROOT

pull/360/head^2
Joshua Peek hace 15 años
padre
commit
964c12fe27
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      libexec/rbenv-rehash

+ 1
- 0
libexec/rbenv-rehash Ver fichero

@ -37,6 +37,7 @@ create_prototype_shim() {
cat > "$PROTOTYPE_SHIM_PATH" <<SH
#!/usr/bin/env bash
set -e
export RBENV_ROOT="$RBENV_ROOT"
exec rbenv exec "\${0##*/}" "\$@"
SH
chmod +x "$PROTOTYPE_SHIM_PATH"

Cargando…
Cancelar
Guardar