home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / unixtex-6.1b-src.tgz / tar.out / contrib / unixtex / web2c / mf / trapenv < prev   
Encoding:
Text File  |  1996-09-28  |  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.