FS#38368 - [pacman] PKGBUILD has unquoted strings (patch)
Attached to Project:
Arch Linux
Opened by CalimeroTeknik (Calimero) - Friday, 03 January 2014, 17:19 GMT
Last edited by Dave Reisner (falconindy) - Friday, 03 January 2014, 17:32 GMT
Opened by CalimeroTeknik (Calimero) - Friday, 03 January 2014, 17:19 GMT
Last edited by Dave Reisner (falconindy) - Friday, 03 January 2014, 17:32 GMT
|
Details
Summary and Info:
Pacman's PKGBUILD doesn't properly follow what seems like the proper quoting guidelines in the wiki. At least that PKGBUILD should be an example to follow. See attached patch. However, it contains unquoted strings, which is bad. (remember bumblebee?) Tests still fail when building in a path with spaces, after fixing the PKGBUILD, but this is relevant to pacman itself. Steps to Reproduce: Try to build pacman in, for instance, "/tmp/test folder/". |
This task depends upon
Closed by Dave Reisner (falconindy)
Friday, 03 January 2014, 17:32 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in SVN.
Friday, 03 January 2014, 17:32 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in SVN.
pacman-PKGBUILD-pedantic.patch
+ ln -s pacman "${pkgdir}/usr/share/bash-completion/completions/$f"
This, and every other change in the patch that braces variables, is garbage.