Commit b0f920e
committed
fix(spindle-ci): escape Nix interpolation in bash default-value expansion
iter 37 had Nix syntax error — \${FOREST_KPSEDEBUG:-} was parsed
as Nix interpolation ${...} (Nix indented strings don't treat \$
as escape for the dollar sign before {). Use the correct escape:
''\${...} = literal ${...} in the output.1 parent 5652493 commit b0f920e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| |||
0 commit comments