Explorar el Código

Guard against exported `CDPATH` (fixes #316)

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

+ 1
- 0
libexec/rbenv Ver fichero

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

Cargando…
Cancelar
Guardar