소스 검색

Export PS4 when RBENV_DEBUG is set for more informative debug output

pull/360/head^2
Sam Stephenson 13 년 전
부모
커밋
892aea138e
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. +5
    -1
      libexec/rbenv

+ 5
- 1
libexec/rbenv 파일 보기

@ -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"
}

불러오는 중...
취소
저장