removed inexistent escape sequence warning
This commit is contained in:
parent
f993811649
commit
854c6ea164
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue