Remove pointless brackets

This commit is contained in:
Dylan 2016-03-29 18:20:48 +11:00
parent 213f23c7c4
commit feb2a32db1
1 changed files with 1 additions and 1 deletions

View File

@ -1852,7 +1852,7 @@ getascii () {
export LC_ALL="$SYS_LOCALE" export LC_ALL="$SYS_LOCALE"
# Turn the file into a variable and strip escape codes. # Turn the file into a variable and strip escape codes.
ascii_strip=$(<"${ascii}") ascii_strip=$(<"$ascii")
ascii_strip=${ascii_strip//\$\{??\}} ascii_strip=${ascii_strip//\$\{??\}}
ascii_strip=${ascii_strip//\\} ascii_strip=${ascii_strip//\\}