mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
shortened syntax
This commit is contained in:
parent
dfb0657ff9
commit
3c011c53d5
2
inxi
2
inxi
|
@ -4304,7 +4304,7 @@ print_repo_data()
|
||||||
file_content=$( echo $file_content )
|
file_content=$( echo $file_content )
|
||||||
# check file name, if different, update the holder for print out
|
# check file name, if different, update the holder for print out
|
||||||
if [[ $file_name != $file_name_holder ]];then
|
if [[ $file_name != $file_name_holder ]];then
|
||||||
repo_full="${C1}Contents of repository file:${C2} $file_name"
|
repo_full="${C1}Contents of repo file:${C2} $file_name"
|
||||||
file_name_holder=$file_name
|
file_name_holder=$file_name
|
||||||
b_print_next_line='true'
|
b_print_next_line='true'
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue