From 3d0cee6d9469e9be42bc2a475f440764529a44b3 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 13 Feb 2003 10:23:51 +0000 Subject: fix drakxtools build --- perl-install/scanner.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/scanner.pm b/perl-install/scanner.pm index 3d7fda2b6..3045fd5c6 100755 --- a/perl-install/scanner.pm +++ b/perl-install/scanner.pm @@ -126,7 +126,7 @@ sub detect { if ($vendorid and $productid) { # We have vendor and product ID, look up the scanner in # the usbtable - foreach $entry (cat_("$_scannerDBdir/usbtable")) { + foreach my $entry (cat_("$_scannerDBdir/usbtable")) { if ($entry =~ /^\s*$vendorid\s+$productid\s+.*\"([^\"]+)\"\s*$/) { $description = $1; -- cgit v1.2.1