small fix in variable declaration

This commit is contained in:
inxi-svn 2013-01-18 22:49:43 +00:00
parent 352cd1920d
commit 27dbddd581

2
inxi
View file

@ -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