From feb2a32db1adaa8e04b0111f613ba57e638bcdb5 Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 29 Mar 2016 18:20:48 +1100 Subject: [PATCH] Remove pointless brackets --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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//\\}