Mercurial > hg > xemacs-beta
diff lib-src/update-elc.sh @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | 1f50e6fe4f3f |
children | 697ef44129c6 |
line wrap: on
line diff
--- a/lib-src/update-elc.sh Mon Aug 13 11:12:06 2007 +0200 +++ b/lib-src/update-elc.sh Mon Aug 13 11:13:30 2007 +0200 @@ -48,6 +48,7 @@ echo " (using $EMACS)" # fuckin' sysv, man... +# Nuke this function... if [ "`uname -r | sed 's/[^0-9]*\([0-9]*\).*/\1/'`" -gt 4 ]; then echon() { @@ -106,7 +107,7 @@ mule_p="`$EMACS -batch -vanilla -eval \"$lisp_prog\"`" if test "$mule_p" = nil ; then echo No - ignore_dirs="$ignore=dirs mule" + ignore_dirs="$ignore_dirs mule" else echo Yes fi @@ -176,7 +177,6 @@ \!/site-init.el$!d \!/version.el$!d \!/very-early-lisp.el$!d -\!/Installation.el$!d ' echo "Compiling files without .elc..."