[arch-general] Makepkg. Disabling automatically aborting on any errors during packaging
Florian Pritz
bluewind at xinu.at
Mon Jun 27 02:18:35 EDT 2011
> Not going to happen. Use:
>
> libpsibuild.sh || true
>
> and the error in libpsibuild.sh will be ignored.
set +e # disable the feature
<your code>
set -e # enable again
More information about the arch-general
mailing list