mirror of
https://github.com/pyenv/pyenv.git
synced 2025-04-05 14:50:44 +00:00
fix dead link in comment
This commit is contained in:
parent
a632465cf4
commit
56512aee3b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ if [ "$1" = "--debug" ]; then
|
|||
fi
|
||||
|
||||
if [ -n "$RBENV_DEBUG" ]; then
|
||||
# https://wiki-dev.bash-hackers.org/scripting/debuggingtips#making_xtrace_more_useful
|
||||
# https://web.archive.org/web/20221105082147/https://wiki-dev.bash-hackers.org/scripting/debuggingtips#making_xtrace_more_useful
|
||||
export PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
|
||||
set -x
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue