summaryrefslogtreecommitdiff
path: root/tools/upgrade.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/upgrade.sh')
-rwxr-xr-xtools/upgrade.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/upgrade.sh b/tools/upgrade.sh
index afc6a98dd..2f3b4dae3 100755
--- a/tools/upgrade.sh
+++ b/tools/upgrade.sh
@@ -107,7 +107,7 @@ supports_truecolor() {
fmt_link() {
# $1: text, $2: url, $3: fallback mode
if supports_hyperlinks; then
- printf '\033]8;;%s\a%s\033]8;;\a\n' "$2" "$1"
+ printf '\033]8;;%s\033\\%s\033]8;;\033\\\n' "$2" "$1"
return
fi