#!/bin/sh
# Make sure that files will be found in the current directory, so the
# trap test will run properly.
# 
MPXCOMMAND=touch	# essentially a no-op
export MPXCOMMAND

# trap.mf.
MPINPUTS=.
export MPINPUTS

# trap.tfm.
TEXFONTS=.
export TEXFONTS

# trap.base.
MPMEMS=.
export MPMEMS

# mf.pool.
MPPOOL=.
export MPPOOL
