Fix arguments not properly quoted when building install-info command line, per #408.

This commit is contained in:
Dimitri Fontaine 2011-09-30 15:25:42 +02:00
parent 63e285ea6f
commit f9331e83d2

View File

@ -167,10 +167,11 @@ recursion.
(el-get-build
package
`(,(format "%s %s dir"
el-get-install-info
(if (string= (substring infofile -5) ".info")
infofile
(concat infofile ".info")))) infodir-rel t nil t)))
(shell-quote-argument el-get-install-info)
(shell-quote-argument
(if (string= (substring infofile -5) ".info")
infofile
(concat infofile ".info")))) infodir-rel t nil t))))
(t
(error