Handle paths with spaces in ecb recipe

This commit is contained in:
Dave Abrahams 2012-01-13 12:06:42 -05:00
parent 23ccc01143
commit 78343a0660

View File

@ -3,4 +3,4 @@
:type cvs
:module "ecb"
:url ":pserver:anonymous@ecb.cvs.sourceforge.net:/cvsroot/ecb"
:build `(,(concat "make CEDET=" " EMACS=" el-get-emacs)))
:build `(("make" "CEDET=" ,(concat "EMACS=" (shell-quote-argument el-get-emacs)))))