Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix template environment variables (#310)
This commit fixes how environment variables are exported in a template file by the `CommandTemplateMap` class. In particular, this commit adds an `export` directive before every variable declaration to ensure that they are propagated in case of nested shell commands.
- Loading branch information