Commit 508b501
committed
ci: avoid ANSI C-Quoting
While `bash` and other shells support it, `dash` (`/bin/sh` in Ubuntu)
does not, and it is better to avoid Bash-dependent behaviors anyway.
In particular, GitHub Actions, when using a container, does not attempt
to force `bash`, thus we can simply use `dash` instead.
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>1 parent 0b59ce7 commit 508b501
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
| 341 | + | |
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
| |||
0 commit comments