| commit | 37c730d898a463eeeab4d97eee06abe6106c1c03 | [log] [tgz] |
|---|---|---|
| author | Benjamin Shai <[email protected]> | Fri Mar 15 18:22:54 2024 |
| committer | Chromeos LUCI <[email protected]> | Fri Mar 15 21:31:42 2024 |
| tree | b16ec4780d4e397445504473b69c1d65f03029b7 | |
| parent | 59c3769796606e7f375154cd94f8b9446b1e12ff [diff] |
keycfg: handle arrays appropriately in key_config Since key_config.sh was previously set to declare arrays but not export them (because bash doesn't support array exporting), loem support wasn't working and we were falling back on private key files in the directory. Use process substitution to declare the arrays outside the script and pass them through so they key_config.sh files can just populate the already declared array. BUG=b:306438423 BRANCH=None TEST=unit-test Signed-off-by: Benjamin Shai <[email protected]> Change-Id: I873d3ac574f27af583da11159e5ea6d669be9b1c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/5375208 Reviewed-by: George Engelbrecht <[email protected]>