1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 22:33:52 -05:00

Merge pull request #1505 from notEthan/comment-link-fix

Fix a dead link in a comment
This commit is contained in:
Hiroshi SHIBATA
2023-05-13 16:45:46 +09:00
committed by GitHub

View File

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