Mercurial > hg > xemacs-beta
comparison lib-src/update-elc.sh @ 280:7df0dd720c89 r21-0b38
Import from CVS: tag r21-0b38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:32:22 +0200 |
parents | 90d73dddcdc4 |
children | c42ec1d1cded |
comparison
equal
deleted
inserted
replaced
279:c20b2fb5bb0a | 280:7df0dd720c89 |
---|---|
40 if test ! -d lisp/. ; then | 40 if test ! -d lisp/. ; then |
41 echo "$0: Cannot find the \"lisp\" directory." | 41 echo "$0: Cannot find the \"lisp\" directory." |
42 exit 1 | 42 exit 1 |
43 fi | 43 fi |
44 | 44 |
45 EMACS="./src/xemacs" | 45 test -z "$EMACS" && EMACS="./src/xemacs" |
46 export EMACS | 46 export EMACS |
47 | 47 |
48 echo " (using $EMACS)" | 48 echo " (using $EMACS)" |
49 | 49 |
50 # fuckin' sysv, man... | 50 # fuckin' sysv, man... |