Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The version of bash in the build container doesn't like parens `(...)` (usually meaning "run in a subshell"), so when I removed the _evaluation_ `$(...)` in 9b56712 it decided not to run at all. On the other hand, just removing the parens doesn't fix it: it needs double quoting because it's being passed to docker.
- Loading branch information