Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!mcvax!denise From: denise@cwi.nl (Denise L. Draper) Newsgroups: comp.sources.bugs Subject: bug in pshalf Message-ID: <335@sering.cwi.nl> Date: Mon, 24-Aug-87 07:59:09 EDT Article-I.D.: sering.335 Posted: Mon Aug 24 07:59:09 1987 Date-Received: Tue, 25-Aug-87 01:43:55 EDT Reply-To: denise@sering.UUCP (Denise L. Draper) Distribution: world Organization: CWI, Amsterdam Lines: 20 Followup-To: Oops. I discovered that my shell script uses a non-standard feature of awk, so it won't work for all those people who use standard awk (i.e. almost everybody). Really embarassing. Apply this change to pshalf.proto: 24c24,25 < print "%%Page: ? " ++outpages --- > outpages = outpages + 1 > print "%%Page: ? " outpages This version has been tested with the old (standard) awk, and it works. denise denise@cwi.nl ..!seismo!mcvax!denise