summaryrefslogtreecommitdiffstats
path: root/perl-install/printerdrake.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-04-17 22:59:53 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-04-17 22:59:53 +0000
commit7d8c8f8b00a34baadfd02dfd098f864591253716 (patch)
treec10d1485869e70c3ce98bb47686e8d210e2b2f6a /perl-install/printerdrake.pm
parent4ac24b5f0541ab6a18278a12aeb1cb10bf61c27f (diff)
downloaddrakx-backup-do-not-use-7d8c8f8b00a34baadfd02dfd098f864591253716.tar
drakx-backup-do-not-use-7d8c8f8b00a34baadfd02dfd098f864591253716.tar.gz
drakx-backup-do-not-use-7d8c8f8b00a34baadfd02dfd098f864591253716.tar.bz2
drakx-backup-do-not-use-7d8c8f8b00a34baadfd02dfd098f864591253716.tar.xz
drakx-backup-do-not-use-7d8c8f8b00a34baadfd02dfd098f864591253716.zip
no_comment
Diffstat (limited to 'perl-install/printerdrake.pm')
-rw-r--r--perl-install/printerdrake.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/printerdrake.pm b/perl-install/printerdrake.pm
index fd6787591..e3d199f1d 100644
--- a/perl-install/printerdrake.pm
+++ b/perl-install/printerdrake.pm
@@ -147,8 +147,8 @@ sub setup_gsdriver($$) {
$printer->{NUP} = 1 unless member($printer->{NUP}, qw(1 2 4 8));
$printer->{RTLFTMAR} = 18 unless $printer->{RTLFTMAR} =~ /^\d+$/;
$printer->{TOPBOTMAR} = 18 unless $printer->{TOPBOTMAR} =~ /^\d+$/;
- $printer->{EXTRA_GS_OPTIONS} =~ s/^\"(.*)\"/$1/;
- $printer->{TEXTONLYOPTIONS} =~ s/^\"(.*)\"/$1/;
+ $printer->{EXTRA_GS_OPTIONS} =~ s/^"(.*)"/$1/;
+ $printer->{TEXTONLYOPTIONS} =~ s/^"(.*)"/$1/;
return if !$in->ask_from_entries_refH('', _("Printer options"), [
_("Paper Size") => { val => \$printer->{PAPERSIZE}, type => 'list', not_edit => !$::expert, list => \@printer::papersize_type },