mirror of
https://github.com/smxi/inxi.git
synced 2025-09-01 10:09:10 +00:00
shortened syntax
This commit is contained in:
parent
dfb0657ff9
commit
3c011c53d5
1 changed files with 1 additions and 1 deletions
2
inxi
2
inxi
|
@ -4304,7 +4304,7 @@ print_repo_data()
|
|||
file_content=$( echo $file_content )
|
||||
# check file name, if different, update the holder for print out
|
||||
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
|
||||
b_print_next_line='true'
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue