From 5e5f24d76ad3085b6f829f31cc12e0c0432bfcc3 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Tue, 26 Apr 2011 06:34:21 +0000 Subject: [PATCH] nope, don't need it --- inxi | 1 - 1 file changed, 1 deletion(-) diff --git a/inxi b/inxi index 35ecafb..7462d31 100755 --- a/inxi +++ b/inxi @@ -905,7 +905,6 @@ select_default_color_scheme() elif [[ $user_selection == $(( $i+2 )) ]];then set_color_scheme $DEFAULT_COLOR_SCHEME print_screen_output "Ok, exiting $SCRIPT_NAME now. You can set the colors later." - echo -n "" exit 0 else print_screen_output "Error - Invalid Selection. You entered this: $user_selection"