mirror of
https://github.com/smxi/inxi.git
synced 2025-09-01 10:09:10 +00:00
bug fix, forgot to add in a flag every loop
This commit is contained in:
parent
0c7d9ebc10
commit
94359c91c1
1 changed files with 1 additions and 2 deletions
3
inxi
3
inxi
|
@ -9358,8 +9358,7 @@ print_cpu_flags_full()
|
|||
flag_string=$temp_string
|
||||
else
|
||||
a_cpu_flags[$counter]=$flag_string
|
||||
flag_string=''
|
||||
spacer=''
|
||||
flag_string=$flag
|
||||
(( counter++ ))
|
||||
fi
|
||||
temp_string=''
|
||||
|
|
Loading…
Add table
Reference in a new issue