e06389f147bdb51ffcfb9a34fdacd2759842f0e3
[mmh] / mhe
1 #! /bin/csh -f
2 set LIBRARY=/usr/uci/lib/emacs/maclib
3 set SUPPORT=~support/lib/mhe
4 printenv EPATH >& /dev/null
5 if ($status != 0) then
6     setenv EPATH "${LIBRARY}:${SUPPORT}"
7 else
8     printenv EPATH | fgrep :${SUPPORT}: >& /dev/null
9     if ($status != 0) then
10         setenv EPATH "${EPATH}:${SUPPORT}"
11     endif
12 endif
13 exec emacs -lmh-e.ml -estartup $*