diff --git a/docs/benchmark-pv-transfers.sh b/docs/benchmark-pv-transfers.sh index a724c93..464cf16 100755 --- a/docs/benchmark-pv-transfers.sh +++ b/docs/benchmark-pv-transfers.sh @@ -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 \