Commit 7ba80da
committed
Make
The version of `bash` on macOS is old and doed not have `lastpipe`.
This uses process substitution instead.
This also fixes a couple of bugs in the CI job:
- Change the name of the CI job to be the same as the script
basename and `justfile` recipe. (I'm not sure if `check-mode` or
`check-modes` is better, but it should be the same for all.)
- Add the job as a dependency of `tests-pass`. (Otherwise it will
fail `check-blocking` if not explicitly listed as not being
required for PR auto-merge. Since the problems it finds are
usually easy to fix correctly, it should probably not be exempt.)check-mode.sh usable on macOS1 parent bcf17d8 commit 7ba80da
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
| 362 | + | |
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
| |||
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
| 462 | + | |
462 | 463 | | |
463 | 464 | | |
464 | 465 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
33 | | - | |
| 31 | + | |
| 32 | + | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
39 | | - | |
| 38 | + | |
40 | 39 | | |
41 | 40 | | |
0 commit comments