Explorar el Código

Don't unset CDPATH

pull/1133/head
Tim Pope hace 9 años
padre
commit
9d93605e18
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      libexec/rbenv

+ 0
- 1
libexec/rbenv Ver fichero

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

Cargando…
Cancelar
Guardar