home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume12 / unpackmaps3.0 / patch01 < prev    next >
Encoding:
Text File  |  1990-05-16  |  715 b   |  28 lines

  1. Newsgroups: comp.sources.misc
  2. subject: v12i103: YA unpackmaps posting fix
  3. from: clewis@eci386 (Chris Lewis)
  4. Sender: allbery@uunet.UU.NET (Brandon S. Allbery - comp.sources.misc)
  5.  
  6. Posting-number: Volume 12, Issue 103
  7. Submitted-by: clewis@eci386 (Chris Lewis)
  8. Archive-name: unpackmaps3.0/patch01
  9.  
  10. A patch for unpackmaps version 3.
  11.  
  12. Sheesh.  One tiny change and I blow it.  There is a shell syntax
  13. bug in unpackmaps at line 200:
  14.  
  15.     if test $? = 0 -a -n "$UNLINK"
  16.     then
  17.         rm -f $i
  18.     done    <-
  19.  
  20. The "done" should obviously be a "fi".
  21.  
  22. Sorry about that.
  23.  
  24. -- 
  25. Chris Lewis, Elegant Communications Inc, {uunet!attcan,utzoo}!lsuc!eci386!clewis
  26. Ferret mailing list: eci386!ferret-list, psroff mailing list: eci386!psroff-list
  27.  
  28.