lbmk/include
Leah Rowe 178b888aa0 include/blobutil: properly set global variables
I was setting certain global variables inside for loops,
but some sh implementations won't like this.

Instead, don't run eval inside the for loops. Set a string
for eval inside the for loops, then execute eval outside of
the loops. This should work on every shell.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-28 02:28:51 +01:00
..
blobutil.sh include/blobutil: properly set global variables 2023-09-28 02:28:51 +01:00
defconfig.sh Use SPDX license headers on all scripts 2023-09-25 02:19:48 +01:00
err.sh Update email address for Leah Rowe copyrights 2023-09-25 02:27:26 +01:00
export.sh Use SPDX license headers on all scripts 2023-09-25 02:19:48 +01:00
git.sh only update git submodules in project/trees 2023-09-25 12:46:54 +01:00
option.sh move build/command/options to include/option.sh 2023-09-27 22:31:24 +01:00