tweaked line count

This commit is contained in:
inxi-svn 2011-06-08 07:49:10 +00:00
parent 4d20c9fe84
commit 8232c927ad

4
inxi
View file

@ -5939,7 +5939,7 @@ print_machine_data()
{ {
eval $LOGFS eval $LOGFS
local line_max='160' system_line='' mobo_line='' bios_line='' chassis_line='' local line_max='170' system_line='' mobo_line='' bios_line='' chassis_line=''
local mobo_vendor='' mobo_model='' mobo_version='' mobo_serial='' local mobo_vendor='' mobo_model='' mobo_version='' mobo_serial=''
local bios_vendor='' bios_version='' bios_date='' local bios_vendor='' bios_version='' bios_date=''
local system_vendor='' product_name='' product_version='' product_serial='' product_uuid='' local system_vendor='' product_name='' product_version='' product_serial='' product_uuid=''
@ -5974,7 +5974,7 @@ print_machine_data()
# in case where the vendor is the same and the version is the same and not null, # in case where the vendor is the same and the version is the same and not null,
# otherwise the version information is going to be different in all cases I think # otherwise the version information is going to be different in all cases I think
elif [[ ${A_MACHINE_DATA[0]} == ${A_MACHINE_DATA[5]} && \ elif [[ ${A_MACHINE_DATA[0]} == ${A_MACHINE_DATA[5]} && \
-n ${A_MACHINE_DATA[2]} && ${A_MACHINE_DATA[2]} == ${A_MACHINE_DATA[7]} ]];then -n ${A_MACHINE_DATA[2]} && ${A_MACHINE_DATA[2]} == ${A_MACHINE_DATA[7]} ]];then
b_skip_system='true' b_skip_system='true'
fi fi
fi fi