]> Kevux Git Server - fll/commit
Update: Improve example bootstrap script, exiting properly on error.
authorKevin Day <Kevin@kevux.org>
Mon, 28 Apr 2025 22:14:33 +0000 (17:14 -0500)
committerKevin Day <Kevin@kevux.org>
Mon, 28 Apr 2025 22:14:33 +0000 (17:14 -0500)
commit5dd52ec5663c2ad0d059bf862b7db1004e226561
tree0a9cf1b4ffab5260e619384dce2df08af42ec137
parentbd4f340c7babb9947e14133bf0c34ce28c05fd48
Update: Improve example bootstrap script, exiting properly on error.

The `bootstrap-example.sh` has been used as a demonstratable example that can be used to build this project.
This script has become incredibly convenient but I had not made it as resilient as it could be.

This changes the script to properly exit with a non-zero return code on error.
This should allow for adding this script to a series of bash commands along with the conditional operators like `&&` and `||`.
build/scripts/bootstrap-example.sh