diff options
author | Leah Rowe <leah@libreboot.org> | 2023-09-28 02:28:51 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-09-28 02:28:51 +0100 |
commit | 178b888aa05ce367d4cf975f329bf488e4868f6e (patch) | |
tree | 0170aa393227f935b517264b3bbbe1874a3accd8 /projectname | |
parent | e9e1a3b4aea2a1d1db13149c342a3aca24ea5c78 (diff) |
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>
Diffstat (limited to 'projectname')
0 files changed, 0 insertions, 0 deletions