> 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
> 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