diff --git a/neofetch b/neofetch index 1cefea04..fb8155b6 100755 --- a/neofetch +++ b/neofetch @@ -3002,6 +3002,8 @@ if [ "$scrot" == "on" ]; then fi # Show error messages -[ "$verbose" == "on" ] && printf "$err" +if [ "$verbose" == "on" ]; then + printf "$err" +fi # }}}