summaryrefslogtreecommitdiff
path: root/foomatic-rip.in
diff options
context:
space:
mode:
Diffstat (limited to 'foomatic-rip.in')
-rw-r--r--foomatic-rip.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/foomatic-rip.in b/foomatic-rip.in
index 9af8c14..a681753 100644
--- a/foomatic-rip.in
+++ b/foomatic-rip.in
@@ -6116,7 +6116,7 @@ sub buildpdqdriver {
" # Custom page size settings\n",
" # We aren't really checking for " .
"legal vals.\n",
- " if [ \"x\${$varn}\" == 'x$val' ]; " .
+ " if [ \"x\${$varn}\" = 'x$val' ]; " .
"then\n",
" $varn=\"\${$varn}.\${PageWidth}" .
"x\${PageHeight}\${PageSizeUnit}\"\n",