view miscellany/mhe/mhe @ 0:bce86c4163a3

Initial revision
author kono
date Mon, 18 Apr 2005 23:46:02 +0900
parents
children
line wrap: on
line source

#! /bin/csh -f
set LIBRARY=/usr/uci/lib/emacs/maclib
set SUPPORT=~support/lib/mhe
printenv EPATH >& /dev/null
if ($status != 0) then
    setenv EPATH "${LIBRARY}:${SUPPORT}"
else
    printenv EPATH | fgrep :${SUPPORT}: >& /dev/null
    if ($status != 0) then
	setenv EPATH "${EPATH}:${SUPPORT}"
    endif
endif
exec emacs -lmh-e.ml -estartup $*