From a208ddc019d77e779077244f9bc6270d06f83b32 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 11 Nov 2016 18:42:51 +1100 Subject: [PATCH] General: Cleanup --- neofetch | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/neofetch b/neofetch index 1340acdf..afc9a8b5 100755 --- a/neofetch +++ b/neofetch @@ -3089,8 +3089,6 @@ main() { check_old_flags get_args "$@" get_distro - - # Get colors and bold bold colors @@ -3146,8 +3144,7 @@ main() { # Show error messages [[ "$verbose" == "on" ]] && printf "%b" "$err" - # Reset exit status of the tests above - printf "%s" + return 0 } main "$@"