Commit 937cd0e
committed
CI: Fix changelog check
`readarray` is supposed to be used with actual files, so replace it with `read`
and also configure bash's internal field separator (IFS) to use the `;` character
as the delimiter.
This allows for the list of files to be properly split.1 parent ace4223 commit 937cd0e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments