From: bryce Date: Sat, 19 Jan 2008 03:02:32 +0000 (+0000) Subject: whitespace X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=be970e1fd7aab687466512b55939347860df9f3e;p=inkscape.git whitespace --- diff --git a/share/extensions/ps2pdf.sh b/share/extensions/ps2pdf.sh index 3e77ec30a..61b6dd146 100755 --- a/share/extensions/ps2pdf.sh +++ b/share/extensions/ps2pdf.sh @@ -3,7 +3,7 @@ params=`grep "^%%DocumentMedia:" "$1" | head -n 1 | awk '{ if (NF==7) { if ($2!="plain") print "-sPAPERSIZE=" $2; else print "-dDEVICEWIDTHPOINTS=" $3 " -dDEVICEHEIGHTPOINTS=" $4; } }'` if [ "x${params}x" = "xx" ] -then +then params=`grep "^%%BoundingBox:" "$1" | head -n 1 | awk '{ print "-dDEVICEWIDTHPOINTS=" $4 " -dDEVICEHEIGHTPOINTS=" $5; }'` fi