]> Kevux Git Server - fll/commit
Bugfix: individual bootstrap example does not handle errors properly
authorKevin Day <thekevinday@gmail.com>
Mon, 8 Jun 2020 20:18:52 +0000 (15:18 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 8 Jun 2020 20:18:52 +0000 (15:18 -0500)
commit3a1e09458bb42b1b8773a8f66ecaa7753d16d63b
tree0efb175a8b1b6337520c4a8c81db6e93262b3416
parente0c994c3c28614314e2409b7727f4c56a691ac68
Bugfix: individual bootstrap example does not handle errors properly

Double-Ampersand before a for loop does not work well in bash.
Instead, return result to detect error before attempting to operate for loop.
build/scripts/bootstrap-example.sh