Commit 2d03ea7
committed
ci(audience): fix apostrophe in docker bash heredoc comment
Commit e7718f6 added a comment block above the xvfb-run line that
contained 'xvfb's own screen size'. The apostrophe terminated the outer
bash -c '...' single-quoted heredoc, the rest of the inner script
became outer-shell tokens, and every Linux PlayMode cell on PR #765
exited 1 right after license activation (cell time 90 seconds).
Rewords the comment without the apostrophe. No semantic change to the
docker invocation or the Unity command line.1 parent e7718f6 commit 2d03ea7
1 file changed
Lines changed: 9 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
544 | | - | |
545 | | - | |
546 | | - | |
547 | | - | |
548 | | - | |
549 | | - | |
550 | | - | |
551 | | - | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
552 | 553 | | |
553 | 554 | | |
554 | 555 | | |
| |||
0 commit comments