mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2026-02-04 14:22:24 +00:00
Default ECUKES_EMACS to $EMACS
Otherwise, $EMACS set on .travis.yml is not used in test.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
ECUKES_EMACS=${ECUKES_EMACS:-$(which emacs)}
|
||||
ECUKES_EMACS=${EMACS:-$(which emacs)}
|
||||
export ECUKES_EMACS
|
||||
|
||||
echo "*** Emacs version ***"
|
||||
|
||||
Reference in New Issue
Block a user