Commit 0e08fae
committed
fix(ci): unbreak bullock verdict script quoting
An apostrophe inside ${question:-word} was treated as a bash quoting
char even under double quotes, leaving the last single-quote in the
88-line script unclosed. bash -n failed with 'unexpected EOF' on every
Bullock run, so the whole 'Act on Bullock's verdict' step died at
parse time before any instruction ran — including the clarifying
comment this exact line was meant to post, so summons that should
have gotten a question instead got a silent red run.
Reword to avoid the apostrophe; no behavior change once it parses.1 parent 53ed590 commit 0e08fae
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
323 | 326 | | |
324 | 327 | | |
325 | 328 | | |
| |||
0 commit comments