#!/bin/sh
# Make sure that files will be found in the current directory, so the
# trip test will run properly.
# 

# trip.tex.
TEXINPUTS=.
export TEXINPUTS

# trip.tfm.
TEXFONTS=.
export TEXFONTS

# trip.fmt.
TEXFORMATS=.
export TEXFORMATS

# tex.pool.
TEXPOOL=.
export TEXPOOL

