home *** CD-ROM | disk | FTP | other *** search
- Article 206 of comp.sources.bugs:
- Relay-Version: version B 2.10.3 alpha 5/22/85; site osu-eddie.UUCP
- Path: osu-eddie!cbosgd!clyde!rutgers!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: 24 Aug 87 11:59:09 GMT
- Date-Received: 25 Aug 87 04:49:24 GMT
- 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
-
-
-