mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
test changes
This commit is contained in:
parent
7b25b3799a
commit
be157ae62f
3
inxi
3
inxi
|
@ -8327,7 +8327,8 @@ sub create_output {
|
||||||
# print "$key: $data{$key}\n";
|
# print "$key: $data{$key}\n";
|
||||||
# }
|
# }
|
||||||
if (!$data{'sys_vendor'} ||
|
if (!$data{'sys_vendor'} ||
|
||||||
($data{'sys_vendor'} eq $data{'board_vendor'} && !$data{'product_name'} &&
|
($data{'sys_vendor'} && $data{'board_vendor'} &&
|
||||||
|
$data{'sys_vendor'} eq $data{'board_vendor'} && !$data{'product_name'} &&
|
||||||
!$data{'product_version'} && !$data{'product_serial'})){
|
!$data{'product_version'} && !$data{'product_serial'})){
|
||||||
$b_skip_system = 1;
|
$b_skip_system = 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue