mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
Unset EMACS_UNIBYTE, so Emacs runs in its default state.
Quote $EMACS, in case it's a program with args.
This commit is contained in:
parent
427f5aab9d
commit
59d05d2dd3
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user