X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;ds=sidebyside;f=gpg-key2ps%2Fgpg-key2ps;h=05c2bf5d0b660c014c4e1cd2f603e17ea2571c08;hb=17fff4a5e66af8ce769b02eb94a4a06423adb322;hp=9498e6b04bac513d23f262e80353efb99b0be9cb;hpb=f1073482adc7c4989676dfc098dc8fb80864bebe;p=pgp-tools.git diff --git a/gpg-key2ps/gpg-key2ps b/gpg-key2ps/gpg-key2ps index 9498e6b..05c2bf5 100755 --- a/gpg-key2ps/gpg-key2ps +++ b/gpg-key2ps/gpg-key2ps @@ -2,7 +2,7 @@ # # gpg-key2ps: convert a PGP/GnuPG key into paper slips. # Copyright (C) 2001-2005 Simon Richter -# Copyright (C) 2005 Thijs Kinkhorst +# Copyright (C) 2005-2006 Thijs Kinkhorst # Copyright (C) 2005 Christoph Berg # Licenced under the GNU General Public License, # version 2 or later. @@ -78,7 +78,7 @@ usage(\*STDERR, 1) unless scalar @ARGV >= 1; # determine the paper size through the paperconf tool my $w; my $h; -if ( -x "/usr/bin/paperconf" ) { +if ( `which paperconf` && $? == 0 ) { $w=`paperconf -w`; $h=`paperconf -h`; chomp($w); @@ -237,8 +237,6 @@ unless ($started) { exit 1; } -print STDERR "numlines $numlines\n"; - # output the remaining postscript print <