emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 8536d5d 05/10: Use specified Emacs when running cask.


From: Jackson Ray Hamilton
Subject: [elpa] master 8536d5d 05/10: Use specified Emacs when running cask.
Date: Thu, 18 Jun 2015 08:33:56 +0000

branch: master
commit 8536d5d0a275c4b7bbf0a2d22d0b6ae014fdc280
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    Use specified Emacs when running cask.
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 0b37043..dfa219d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-CASK = cask
 EMACS = emacs
+CASK = EMACS=${EMACS} cask
 DEPENDENCIES = .cask/
 SCOPIFIER_PORT = $$(lsof -t -i :6969)
 KILL_SCOPIFIER = if [ -n "${SCOPIFIER_PORT}" ]; then kill ${SCOPIFIER_PORT}; fi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]