On Sun, Jan 8, 2017 at 4:49 PM, Bruno Pagani via aur-general
<[email protected]> wrote:
>>     cd "${srcdir}/${pkgname%-git}/LZ4"
>
> Just a tiny thing, but makepkg always start each function into
> "${srcdir}$", so you could remove it from these paths (and thus the
> quote altogether).

Bash gurus recommend keeping the quotes, as ${pkgname%-git} is also a
parameter, and we generally encourage those be quoted.

cheers!
mar77i

Reply via email to