mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 21:03:05 +00:00
Default ECUKES_EMACS to $EMACS
Otherwise, $EMACS set on .travis.yml is not used in test.
This commit is contained in:
parent
5c60757080
commit
d24ddc53ea
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
cd "$(dirname "$0")"
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
ECUKES_EMACS=${ECUKES_EMACS:-$(which emacs)}
|
ECUKES_EMACS=${EMACS:-$(which emacs)}
|
||||||
export ECUKES_EMACS
|
export ECUKES_EMACS
|
||||||
|
|
||||||
echo "*** Emacs version ***"
|
echo "*** Emacs version ***"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user