summaryrefslogtreecommitdiffstats
path: root/contrib/paccache.sh.in
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2015-01-09 20:55:36 +0100
committerAllan McRae <allan@archlinux.org>2015-01-11 09:56:57 +0100
commit83d5512bf1f8b1321e239cb8efdcb3547213d011 (patch)
tree014b37155d129c382d371cb303460b38486080f4 /contrib/paccache.sh.in
parent9e5e86aa146f6a63880df5ae17340156f7315eb0 (diff)
downloadpacman-83d5512bf1f8b1321e239cb8efdcb3547213d011.tar.gz
pacman-83d5512bf1f8b1321e239cb8efdcb3547213d011.tar.xz
makepkg: avoid nested quoting in string replacement
I suspect this is just wrong -- you never need to quote the replacement side of a PE. In bash 4.3, this is essentially a no-op, but because of a bug in bash 4.2, we get embedded quotes as a result of this replacement. The relevant changelog item in bash is: Fixed a bug that caused single quotes that resulted from $'...' quoting in the replacement portion of a double-quoted ${word/pat/rep} expansion to be treated as quote characters. But this doesn't apply to us. Let's just drop the excessive quoting... Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'contrib/paccache.sh.in')
0 files changed, 0 insertions, 0 deletions