Silence the warning about tr.

This commit is contained in:
Andrew Wood
2026-05-30 23:24:49 +01:00
parent ecfe1f72e3
commit 0a1e53c2db
+1
View File
@@ -228,6 +228,7 @@ runBenchmarks () {
# Write a list of permitted measurement IDs, one per line. An empty
# file means no restriction.
# shellcheck disable=SC2020 # silence the warning about "tr" here.
printf '%s\n' "${restrictTo}" \
| tr ',; \t' '\n\n\n\n' \
| sort -u \