From 205d47041060039d7f4736b182e4c2c7c789f825 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 12 Oct 2009 22:56:15 +0000 Subject: [PATCH] code cleanup --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index fbbf10b..af6efc6 100755 --- a/inxi +++ b/inxi @@ -4307,7 +4307,6 @@ print_repo_data() b_print_next_line='true' else repo_full="$file_content" - b_print_next_line='false' fi # first line print Repos: if [[ $repo_count -eq 1 ]];then @@ -4320,6 +4319,7 @@ print_repo_data() if [[ $b_print_next_line == 'true' ]];then repo_full=$( create_print_line " " "$file_content" ) print_screen_output "$repo_full" + b_print_next_line='false' fi done <<< "$REPO_DATA" else