fix build error

This commit is contained in:
Dietmar Maurer 2011-09-09 14:18:11 +02:00
parent 941e0c42a5
commit 0d29ab3bd2

View File

@ -1626,7 +1626,7 @@ sub check_local_resources {
$loc_res = 1 if $conf->{serial};
$loc_res = 1 if $conf->{parallel};
foreach $k (keys %$conf) {
foreach my $k (keys %$conf) {
$loc_res = 1 if $k =~ m/^(usb|pci)\d+$/;
}