Sfoglia il codice sorgente

Guard against exported `CDPATH` (fixes #316)

pull/360/head^2
Sam Stephenson 13 anni fa
parent
commit
e3f72ebae2
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      libexec/rbenv

+ 1
- 0
libexec/rbenv Vedi File

@ -1,5 +1,6 @@
#!/usr/bin/env bash
set -e
export -n CDPATH
if [ "$1" = "--debug" ]; then
export RBENV_DEBUG=1

Caricamento…
Annulla
Salva