diff --git a/neofetch b/neofetch index e20d641f..2d03d97a 100755 --- a/neofetch +++ b/neofetch @@ -1852,7 +1852,7 @@ getascii () { export LC_ALL="$SYS_LOCALE" # Turn the file into a variable and strip escape codes. - ascii_strip=$(<"${ascii}") + ascii_strip=$(<"$ascii") ascii_strip=${ascii_strip//\$\{??\}} ascii_strip=${ascii_strip//\\}