removed inexistent escape sequence warning

This commit is contained in:
celso 2023-06-25 12:09:03 -03:00
parent f993811649
commit 854c6ea164
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ utf-16-surrogate-pair-decode() {
remain="$(printf '\\U%8.8x' "${U}")${BASH_REMATCH[4]}${remain}" remain="$(printf '\\U%8.8x' "${U}")${BASH_REMATCH[4]}${remain}"
out="${BASH_REMATCH[1]}" out="${BASH_REMATCH[1]}"
done done
printf "${out}${remain}\n" printf "${out}${remain}\n" 2>/dev/null
} }
printf "VODs of ${login}\n" printf "VODs of ${login}\n"