Use el-get-executable find in el-get-http-tar-install

This makes the http-tar method fail if no "tar" executable
can be found, see #1545.
This commit is contained in:
Claudio Bley 2014-01-31 08:27:01 +01:00
parent ccce7e5f71
commit b388ac7aa9

View File

@ -63,7 +63,7 @@
'((:command-name ,name
:buffer-name ,name
:default-directory ,pdir
:program ,(executable-find "tar")
:program ,(el-get-executable-find "tar")
:args (,@options ,tarfile)
:message ,ok
:error ,ko))