home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / unixtex-6.1b-src.lha / unixtex-6.1b / web2c / tex / tripenv < prev   
Encoding:
Text File  |  1990-05-14  |  279 b   |  22 lines

  1. #!/bin/sh
  2. # Make sure that files will be found in the current directory, so the
  3. # trip test will run properly.
  4.  
  5. # trip.tex.
  6. TEXINPUTS=.
  7. export TEXINPUTS
  8.  
  9. # trip.tfm.
  10. TEXFONTS=.
  11. export TEXFONTS
  12.  
  13. # trip.fmt.
  14. TEXFORMATS=.
  15. export TEXFORMATS
  16.  
  17. # tex.pool.
  18. TEXPOOL=.
  19. export TEXPOOL
  20.  
  21.