summaryrefslogtreecommitdiff
path: root/tools/xerox
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2019-07-31 16:59:49 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2019-07-31 16:59:49 +0200
commit1687222e1b9e74c89cafbb5910e72d8ec7bfd40f (patch)
treed78102ce30207c63e7608eeba743efd680c888dc /tools/xerox
parent58912f68c2489bcee787599837447e0d64dfd61a (diff)
New upstream version 1.0.28upstream/1.0.28
Diffstat (limited to 'tools/xerox')
-rwxr-xr-xtools/xerox4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xerox b/tools/xerox
index 0b2a7c3..0d04a0c 100755
--- a/tools/xerox
+++ b/tools/xerox
@@ -35,11 +35,11 @@ else
WIDTH=8.27; HEIGHT=11.69
fi
-SCANWIDTH=`bc <<_EOF_
+SCANWIDTH=`bc <<_EOF_
scale=3
$WIDTH-$LMARGIN-$RMARGIN
_EOF_`
-SCANHEIGHT=`bc <<_EOF_
+SCANHEIGHT=`bc <<_EOF_
scale=3
$HEIGHT-$TMARGIN-$BMARGIN
_EOF_`