# HG changeset patch # User Karl Heuer # Date 930115839 0 # Node ID 3171bf7ae0ff93789e9a6f8419ce7e39f1235668 # Parent f0aa6266cd126adc74c02dc65ebca435b48bfe45 Unset EMACS_UNIBYTE, so Emacs runs in its default state. Quote $EMACS, in case it's a program with args. diff -r f0aa6266cd12 -r 3171bf7ae0ff make-dist --- a/make-dist Tue Jun 22 23:25:16 1999 +0000 +++ b/make-dist Wed Jun 23 05:30:39 1999 +0000 @@ -95,6 +95,7 @@ ### 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 @@ 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"