mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
fix(install): return appropriate exit codes (#1725)
Signed-off-by: Stefan Hacker <mail@hacst.net>
This commit is contained in:
parent
f664c59997
commit
4813bfedb3
1 changed files with 2 additions and 1 deletions
|
@ -695,5 +695,6 @@ set +u
|
|||
if [ -z "${TEST_INSTALL_SH}" ]; then
|
||||
set -u
|
||||
main "$@"
|
||||
exit $?
|
||||
fi
|
||||
set -u
|
||||
set -u
|
||||
|
|
Loading…
Reference in a new issue