Ver a proveniência

Ensure shims set RBENV_ROOT

pull/360/head^2
Joshua Peek há 15 anos
ascendente
cometimento
964c12fe27
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      libexec/rbenv-rehash

+ 1
- 0
libexec/rbenv-rehash Ver ficheiro

@ -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"

Carregando…
Cancelar
Guardar