]> code.delx.au - gnu-emacs/commitdiff
Unset EMACS_UNIBYTE, so Emacs runs in its default state.
authorKarl Heuer <kwzh@gnu.org>
Wed, 23 Jun 1999 05:30:39 +0000 (05:30 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 23 Jun 1999 05:30:39 +0000 (05:30 +0000)
Quote $EMACS, in case it's a program with args.

make-dist

index 645046d3c33ebc5494e13e3d4b754856d46b84ba..3c57500e300cadc5b617c7913d932803f22cd11d 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -95,6 +95,7 @@ fi
 ### that the shell is running in an Emacs window.)
 if [ $update = yes ];
 then
+  unset EMACS_UNIBYTE
   if [ -f src/emacs ];
   then
     EMACS=`pwd`/src/emacs
@@ -215,11 +216,11 @@ then
 
   echo "Updating finder, custom and autoload data"
 
-  (cd lisp; make updates EMACS=$EMACS)
+  (cd lisp; make updates EMACS="$EMACS")
 
   echo "Updating leim-list.el"
 
-  (cd leim; make leim-list.el EMACS=$EMACS)
+  (cd leim; make leim-list.el EMACS="$EMACS")
 
   echo "Recompiling Lisp files"