From 854c6ea164aea9293816891a1a8a2dacd60981c7 Mon Sep 17 00:00:00 2001 From: celso Date: Sun, 25 Jun 2023 12:09:03 -0300 Subject: [PATCH] removed inexistent escape sequence warning --- getvods.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getvods.sh b/getvods.sh index cf40d07..07c5f2f 100755 --- a/getvods.sh +++ b/getvods.sh @@ -124,7 +124,7 @@ utf-16-surrogate-pair-decode() { remain="$(printf '\\U%8.8x' "${U}")${BASH_REMATCH[4]}${remain}" out="${BASH_REMATCH[1]}" done - printf "${out}${remain}\n" + printf "${out}${remain}\n" 2>/dev/null } printf "VODs of ${login}\n"