diff --git a/inxi b/inxi index d5a24b9..e580b01 100755 --- a/inxi +++ b/inxi @@ -5939,7 +5939,7 @@ print_machine_data() { 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 bios_vendor='' bios_version='' bios_date='' 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, # otherwise the version information is going to be different in all cases I think 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' fi fi