pkgconfig: Return appropriate error code from pkgconfig script
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 1 Apr 2008 15:29:03 +0000 (15:29 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 1 Apr 2008 15:29:03 +0000 (15:29 -0000)
commit90ee3a0561f08ad977d7da9d968bcbd0c7efcd8f
tree6964d7de7a71459f80b378cfe188730a9e242501
parentfd4c4ad6ecf549b77904bba64a2c0537e00ebe3b
pkgconfig: Return appropriate error code from pkgconfig script

Patch by Will Newton.

Currently the wrapper script for pkgconfig clobbers the return status
of pkgconfig. This is a problem for example when someone tries to run
"pkgconfig --exists". This patch should allow the correct return code
to be passed through. Note it uses the "pipefail" option that was
introduced with bash 3.
package/pkgconfig/pkgconfig-filter.sh