summaryrefslogtreecommitdiffstats
path: root/perl-install/printer
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-09-29 14:18:09 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-09-29 14:18:09 +0000
commitb5bc676d61e1e5f1f1840e8723f81dc24c344f98 (patch)
tree6f4c9dccdd4ab049e3a04ec242503bb64c4f988d /perl-install/printer
parent008c48568c58665dcd4542f653f69bded0187dea (diff)
downloaddrakx-backup-do-not-use-b5bc676d61e1e5f1f1840e8723f81dc24c344f98.tar
drakx-backup-do-not-use-b5bc676d61e1e5f1f1840e8723f81dc24c344f98.tar.gz
drakx-backup-do-not-use-b5bc676d61e1e5f1f1840e8723f81dc24c344f98.tar.bz2
drakx-backup-do-not-use-b5bc676d61e1e5f1f1840e8723f81dc24c344f98.tar.xz
drakx-backup-do-not-use-b5bc676d61e1e5f1f1840e8723f81dc24c344f98.zip
perl_checker fixes
Diffstat (limited to 'perl-install/printer')
-rw-r--r--perl-install/printer/detect.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/printer/detect.pm b/perl-install/printer/detect.pm
index b61051d9b..8455fe06e 100644
--- a/perl-install/printer/detect.pm
+++ b/perl-install/printer/detect.pm
@@ -99,8 +99,7 @@ sub whatUsbport() {
# it again
my $itemfound = 0;
# Extract the printer data from the ID string
- my ($manufacturer, $model, $serialnumber, $description,
- $commandset, $sku) =
+ my ($manufacturer, $model, $serialnumber, $description, $commandset, $sku) =
("", "", "", "", "");
if ($idstr =~ /MFG:([^;]+);/ || $idstr =~ /MANUFACTURER:([^;]+);/) {
$manufacturer = $1;