home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / unixtex-6.1b-src.lha / unixtex-6.1b / web2c / mf / trapenv < prev   
Encoding:
Text File  |  1990-07-08  |  268 b   |  21 lines

  1. #!/bin/sh
  2. # Make sure that files will be found in the current directory, so the
  3. # trap test will run properly.
  4.  
  5. # trap.mf.
  6. MFINPUTS=.
  7. export MFINPUTS
  8.  
  9. # trap.base.
  10. MFBASES=.
  11. export MFBASES
  12.  
  13. # mf.pool.
  14. MFPOOL=.
  15. export MFPOOL
  16.  
  17. # trap.72270gf
  18. GFFONTS=.
  19. export GFFONTS
  20.