27 Jun
2011
27 Jun
'11
6:18 a.m.
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