From 1b5dcdf7bc23964fc0be72c75c9d7db81442f047 Mon Sep 17 00:00:00 2001 From: Syphist Date: Tue, 25 Aug 2020 05:44:17 -0500 Subject: [PATCH] Fixed build error detected due to long comment. --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 32d48286..129779c8 100755 --- a/neofetch +++ b/neofetch @@ -3897,7 +3897,7 @@ print_ascii() { # Calculate size of ascii file in line length / line count. while IFS=$'\n' read -r line; do line=${line//█/ } - # This method to strip escape codes doesn't always work but is faster in some cases if run first + # Fast method to strip codes strip_escape_codes "${line}" line # Use patterns to replace color codes that the above line did not catch line=${line//\\033\[*([0-9;])[JKmsu]/}