multiple-cursors.el/run-travis-ci.sh
Steve Purcell dc0aa99459 Simplify travis run script, and make it work when ECUKES_EMACS has a space in the path
Yes, on OS X, one might have:

ECUKES_EMACS='/Applications/Emacs 23.app/Contents/MacOS/Emacs'
2012-11-27 16:35:43 +00:00

13 lines
217 B
Bash
Executable File

#!/bin/sh -e
cd "$(dirname "$0")"
ECUKES_EMACS=${ECUKES_EMACS:-$(which emacs)}
echo "*** Emacs version ***"
echo "ECUKES_EMACS = $ECUKES_EMACS"
"$ECUKES_EMACS" --version
echo
exec ./util/ecukes/ecukes --graphical