]> Kevux Git Server - fll/commit
Bugfix: Bootstrap example script is not returning proper error codes.
authorKevin Day <Kevin@kevux.org>
Wed, 3 Dec 2025 05:02:50 +0000 (23:02 -0600)
committerKevin Day <Kevin@kevux.org>
Wed, 3 Dec 2025 05:02:50 +0000 (23:02 -0600)
commit8739969c00fe2e42703fb5eb716cfcfb4588e8bd
tree9e0145528c00a4a0a068576667bf7d1e2c895b64
parenta560df02366175703faf093c117ba68e00da7e2f
Bugfix: Bootstrap example script is not returning proper error codes.

The echo commands result in `$?` being a non-error code.
Just return `1` when printing errors.
build/scripts/bootstrap-example.sh