Skip to content

Commit

Permalink
fix(install): return with right error code (#1915)
Browse files Browse the repository at this point in the history
This resolves #1566.

Signed-off-by: Lorenzo Orsatti <[email protected]>
Co-authored-by: Christopher Phillips <[email protected]>
  • Loading branch information
lorsatti and spiffcs authored Jul 6, 2023
1 parent 81d8019 commit 376c428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,6 @@ main() (
set +u
if [ -z "${TEST_INSTALL_SH}" ]; then
set -u
main "$@"
exit $(main "$@")
fi
set -u

0 comments on commit 376c428

Please sign in to comment.