Commit a78b6ba
committed
Fix quoting of docker command
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.1 parent c6607e4 commit a78b6ba
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
0 commit comments