Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
imghelper: hoist AWS vars into global environment
When secure boot signing was refactored in 310cadd, the code that exports AWS credential variables into the global environment was moved into a bash function. When used in a bash function, the `declare` keyword makes the declared symbol local, unless the -g option is also supllied. This adds the -g option to export the variables into the caller's environment as intended.
- Loading branch information