Commit f32753e
committed
CI: avoid using subshell for cache mod detection
It's already called in a subshell due to $(last_cache_modified).
Nested subshells should be fine, but in practice the CI builds are
complaining with a weird error:
sort: write failed: 'standard output': Broken pipe
sort: write error
Let's see if this change makes any difference!1 parent 0aa8593 commit f32753e
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
0 commit comments