github/checkpatch.yml: Simplify script

Simplify the script by removing an unnecessary call to `echo`.
This commit is contained in:
Gleb Chesnokov
2023-04-05 15:24:39 +03:00
parent 0717a72052
commit 4fdb5273b6

View File

@@ -39,4 +39,4 @@ jobs:
)
ignore_str=${ignore[*]}
git format-patch -1 --stdout | ./checkpatch.pl --no-tree --show-types --ignore=$(echo "${ignore_str// /,}") -
git format-patch -1 --stdout | ./checkpatch.pl --no-tree --show-types --ignore="${ignore_str// /,}" -