From 4cb36e102e377ddfd1cdd52d8edce3141518183e Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Wed, 27 Jul 2005 07:49:51 +0000 Subject: - Fixed "config_sane()" function, it did not add the backend name to /etc/sane.d/dll.conf --- perl-install/printer/main.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/printer/main.pm') diff --git a/perl-install/printer/main.pm b/perl-install/printer/main.pm index 7407fc691..73537f25e 100644 --- a/perl-install/printer/main.pm +++ b/perl-install/printer/main.pm @@ -3037,7 +3037,7 @@ sub usbdevice { } sub config_sane { - my ($backend) = $_; + my ($backend) = @_; # Add HPOJ/HPLIP backend to /etc/sane.d/dll.conf if needed (no # individual config file /etc/sane.d/hplip.conf or -- cgit v1.2.1