mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
small fix in variable declaration
This commit is contained in:
parent
352cd1920d
commit
27dbddd581
2
inxi
2
inxi
|
@ -7207,7 +7207,7 @@ print_cpu_flags_full()
|
||||||
local cpu_flags_full="$( echo $1 | tr " " "\n" | sort )"
|
local cpu_flags_full="$( echo $1 | tr " " "\n" | sort )"
|
||||||
local a_cpu_flags='' line_starter=''
|
local a_cpu_flags='' line_starter=''
|
||||||
local i=0 counter=0 max_length=85 max_length_minus=15 flag='' flag_data=''
|
local i=0 counter=0 max_length=85 max_length_minus=15 flag='' flag_data=''
|
||||||
local line_length=''
|
local line_length_max=''
|
||||||
|
|
||||||
|
|
||||||
# build the flag line array
|
# build the flag line array
|
||||||
|
|
Loading…
Reference in a new issue