diff --git a/neofetch b/neofetch index f378ef55..0d440b88 100755 --- a/neofetch +++ b/neofetch @@ -2432,7 +2432,7 @@ info() { "get_${2:-$1}" 2>/dev/null # If the get_func function called 'prin' directly, stop here. - (( "$prin" == 1 )) && return + [[ "$prin" ]] && return # Update the variable output="$(trim "${!2:-${!1}}")"