diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2008-01-19 03:02:32 +0000 |
|---|---|---|
| committer | bryce <bryce@users.sourceforge.net> | 2008-01-19 03:02:32 +0000 |
| commit | 0eb4bea7874f4d460799b61c9b06211a5547291b (patch) | |
| tree | 6b4ca6bd2f0350dd43faf2046f5b5ef552bb70ec /share/extensions | |
| parent | Fix another small z-order issue for 3D boxes (diff) | |
| download | inkscape-0eb4bea7874f4d460799b61c9b06211a5547291b.tar.gz inkscape-0eb4bea7874f4d460799b61c9b06211a5547291b.zip | |
whitespace
(bzr r4560)
Diffstat (limited to 'share/extensions')
| -rwxr-xr-x | share/extensions/ps2pdf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
