diff --git a/neofetch b/neofetch index b3f2280c..5ee081a4 100755 --- a/neofetch +++ b/neofetch @@ -4712,6 +4712,8 @@ print_ascii() { then lines=$ascii_lines else + # shellcheck disable=SC2162 + # Reading without -r here is intentional. See https://github.com/dylanaraps/neofetch/pull/1543 while IFS=$'\n' read line; do line=${line//█/ } # Fast method to strip codes