fix(install): return appropriate exit codes (#1725)

Signed-off-by: Stefan Hacker <mail@hacst.net>
This commit is contained in:
Stefan Hacker 2024-02-23 16:25:11 +01:00 committed by GitHub
parent f664c59997
commit 4813bfedb3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -695,5 +695,6 @@ set +u
if [ -z "${TEST_INSTALL_SH}" ]; then
set -u
main "$@"
exit $?
fi
set -u
set -u