code cleanup

This commit is contained in:
inxi-svn 2009-10-12 22:56:15 +00:00
parent 0ae3be652a
commit 205d470410

2
inxi
View file

@ -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