Ver a proveniência

Export PS4 when RBENV_DEBUG is set for more informative debug output

pull/360/head^2
Sam Stephenson há 13 anos
ascendente
cometimento
892aea138e
1 ficheiros alterados com 5 adições e 1 eliminações
  1. +5
    -1
      libexec/rbenv

+ 5
- 1
libexec/rbenv Ver ficheiro

@ -1,7 +1,11 @@
#!/usr/bin/env bash
set -e
[ -n "$RBENV_DEBUG" ] && set -x
if [ -n "$RBENV_DEBUG" ]; then
export PS4='+ [${BASH_SOURCE##*/}:${LINENO}] '
set -x
fi
resolve_link() {
$(type -p greadlink readlink | head -1) "$1"
}

Carregando…
Cancelar
Guardar