Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <140D21516EC2D3119EE7009027876644067CEB57@hplex1.hpl.hp.com> From: "Saito, Yasushi" To: "'cygwin AT cygwin DOT com'" Subject: /usr/bin/ps2epsi bugs & fixes Date: Wed, 22 Aug 2001 18:09:46 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-2022-jp" This thing may be fixed already, but here it is anyway: 2001-08-22 Yasushi Saito * /usr/bin/ps2epsi: fix two bugs: a missing colon after "%%Page" and a missing space in sed's command line. --- ps2epsi.org Wed Aug 22 17:47:09 2001 +++ ps2epsi Wed Aug 22 17:45:20 2001 @@ -58,11 +58,11 @@ rm -f $tmpfile cat << BEGINEPS save countdictstack mark newpath /showpage {} def /setpagedevice {pop} def %%EndProlog -%%Page 1 1 +%%Page: 1 1 BEGINEPS cat ${infile} | -sed -e '/^%%BeginPreview:/,/^%%EndPreview[^!-~]*$/d' -e '/^%!PS-Adobe/d'\ +sed -e '/^%%BeginPreview:/,/^%%EndPreview[^!-~]*$/d' -e '/^%!PS-Adobe/d' \ -e '/^%%[A-Za-z][A-Za-z]*[^!-~]*$/d' -e '/^%%[A-Za-z][A-Za-z]*: /d' cat << ENDEPS -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/