12 Jun
2009
12 Jun
'09
9:55 p.m.
On Fri, Jun 12, 2009 at 4:49 PM, Jürgen Hötzel<juergen@hoetzel.info> wrote:
Hi,
I doubt this was by intention:
errors in build() functions are only fatal, if "--log" is enabled.
I just made a buggy pkg because some "install ..." commands where not handled by "|| return 1".
Our PKGBUILDs are cluttert full of "|| return 1". Failing commands in build functions should always result in an build error.
Might be worthwhile to add a source comment indicating something about this. I don't know the details, but it looks to be the difference between $PIPESTATUS[0] and $?