mirror of
https://github.com/smxi/inxi.git
synced 2025-04-23 01:59:12 +00:00
test changes
This commit is contained in:
parent
7b25b3799a
commit
be157ae62f
1 changed files with 2 additions and 1 deletions
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…
Add table
Reference in a new issue