From 5294ceb9d1eb5d4dd512cffaac0db5c0af261fdc Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Sat, 22 May 2010 22:10:35 +0200 Subject: Imported Upstream version 3.0.2-20050720 --- foomatic-rip.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'foomatic-rip.in') diff --git a/foomatic-rip.in b/foomatic-rip.in index 5b0415b..74e6798 100755 --- a/foomatic-rip.in +++ b/foomatic-rip.in @@ -5,7 +5,7 @@ use strict; use POSIX; use Cwd; -my $ripversion='$Revision: 3.43.2.11 $'; +my $ripversion='$Revision: 3.43.2.13 $'; #'# Fix emacs syntax highlighting # foomatic-rip is a spooler-independent filter script which takes @@ -374,7 +374,6 @@ if ($debug) { $logh->autoflush(1); } elsif (($quiet) && (!$verbose)) { # Quiet mode, do not log - close $logh; open LOG, "> /dev/null"; $logh = *LOG; @@ -4777,7 +4776,7 @@ sub readConfFile { if (open CONF, "< $file") { while () { - $conf{$1}="$2" if (m/^\s*([^\#\s]\S*)\s*:\s*(.*)\s*$/); + $conf{$1}="$2" if (m/^\s*([^\#\s]\S*)\s*:\s*(.*?)\s*$/); } close CONF; } -- cgit v1.2.3