update.
[chise/xemacs-chise.git-] / lib-src / update-elc.sh
index b109e8d..91b92e5 100644 (file)
@@ -48,6 +48,7 @@ export EMACS
 echo " (using $EMACS)"
 
 # fuckin' sysv, man...
+# Nuke this function...
 if [ "`uname -r | sed 's/[^0-9]*\([0-9]*\).*/\1/'`" -gt 4 ]; then
   echon()
   {    
@@ -114,7 +115,7 @@ fi
 # Only use UTF-2000 XEmacs to compile UTF-2000-specific elisp dirs
 echon "Checking for UTF-2000 support..."
 lisp_prog='(princ (featurep (quote utf-2000)))'
-mule_p="`$EMACS -batch -vanilla -eval \"$lisp_prog\"`"
+utf_2000_p="`$EMACS -batch -vanilla -eval \"$lisp_prog\"`"
 if test "$utf_2000_p" = nil ; then
        echo No
        ignore_dirs="$ignore_dirs utf-2000"