mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-23 12:09:55 +00:00
Remove pointless brackets
This commit is contained in:
2
neofetch
2
neofetch
@@ -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//\\}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user