home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume1 / 8708 / pshalf.bugfix < prev    next >
Encoding:
Text File  |  1987-08-28  |  923 b   |  38 lines

  1. Article 206 of comp.sources.bugs:
  2. Relay-Version: version B 2.10.3 alpha 5/22/85; site osu-eddie.UUCP
  3. Path: osu-eddie!cbosgd!clyde!rutgers!seismo!mcvax!denise
  4. From: denise@cwi.nl (Denise L. Draper)
  5. Newsgroups: comp.sources.bugs
  6. Subject: bug in pshalf
  7. Message-ID: <335@sering.cwi.nl>
  8. Date: 24 Aug 87 11:59:09 GMT
  9. Date-Received: 25 Aug 87 04:49:24 GMT
  10. Reply-To: denise@sering.UUCP (Denise L. Draper)
  11. Distribution: world
  12. Organization: CWI, Amsterdam
  13. Lines: 20
  14. Followup-To:
  15.  
  16.  
  17. Oops.
  18.  
  19. I discovered that my shell script uses a non-standard feature of awk, so
  20. it won't work for all those people who use standard awk (i.e. almost
  21. everybody).  Really embarassing.
  22.  
  23. Apply this change to pshalf.proto:
  24.  
  25. 24c24,25
  26. <                 print "%%Page: ? " ++outpages
  27. ---
  28. >                 outpages = outpages + 1
  29. >                 print "%%Page: ? " outpages
  30.  
  31. This version has been tested with the old (standard) awk, and it works.
  32.  
  33. denise
  34. denise@cwi.nl
  35. ..!seismo!mcvax!denise
  36.  
  37.  
  38.