Mercurial > emacs
changeset 24878:3171bf7ae0ff
Unset EMACS_UNIBYTE, so Emacs runs in its default state.
Quote $EMACS, in case it's a program with args.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 23 Jun 1999 05:30:39 +0000 |
parents | f0aa6266cd12 |
children | 665117160f37 |
files | make-dist |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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"