branch: elpa/scala-mode
commit f431bb38f062d85229fd7a44b91032529e16f605
Author: Nic Ferrier <nferr...@ferrier.me.uk>
Commit: Nic Ferrier <nferr...@ferrier.me.uk>

    remove the attempt at checking executables
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 332a14f..7cdc5f7 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ RMDIR                 ?= rmdir
 TOUCH                  ?= touch
 
 # Strip the version out of the pkg file
-VERSION                 = $(shell [ -x ${ELISP_COMMAND} ] && ${ELISP_COMMAND} 
--batch --eval '(princ (format "%s\n" (car (cddr (read (find-file 
"scala-mode2-pkg.el"))))))' | grep -v Loading)
+VERSION                 = $(shell ${ELISP_COMMAND} --batch --eval '(princ 
(format "%s\n" (car (cddr (read (find-file "scala-mode2-pkg.el"))))))' | grep 
-v Loading)
 
 ##############################################################################
 # Commands

Reply via email to