Fix el-get-git-executable error message (long lines, etc).

This commit is contained in:
Dimitri Fontaine 2010-08-03 21:23:26 +02:00
parent 75e6981c96
commit 7da860416d

View File

@ -255,7 +255,9 @@ Any other property will get put into the process object.
magit-git-executable
(executable-find "git"))))
(unless (file-executable-p git-executable)
(error "el-get-git-clone requires `magit-git-executable` to be set, or the binary `git' to be found in your PATH"))
(error
(concat "el-get-git-clone requires `magit-git-executable' to be set, "
"or the binary `git' to be found in your PATH")))
git-executable))
(defun el-get-git-clone (package url)