mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
code cleanup
This commit is contained in:
parent
0ae3be652a
commit
205d470410
2
inxi
2
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
|
||||
|
|
Loading…
Reference in a new issue