Selaa lähdekoodia

Guard against exported `CDPATH` (fixes #316)

pull/360/head^2
Sam Stephenson 13 vuotta sitten
vanhempi
commit
e3f72ebae2
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      libexec/rbenv

+ 1
- 0
libexec/rbenv Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna