From 56512aee3b359f535bb4601e3ac2d21ab7291f0b Mon Sep 17 00:00:00 2001 From: Ethan Date: Sat, 13 May 2023 00:14:21 -0700 Subject: [PATCH] fix dead link in comment --- libexec/rbenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rbenv b/libexec/rbenv index 1241ab6c..008cc808 100755 --- a/libexec/rbenv +++ b/libexec/rbenv @@ -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