Suppress shellcheck warnings

Signed-off-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
Yuki Okushi 2022-08-24 21:33:22 +09:00
parent b21b1dc24b
commit 5da72a4dc1
No known key found for this signature in database

View file

@ -1,5 +1,8 @@
#!/usr/bin/env sh
# Disable SC2086 as it confuses the docker command.
# shellcheck disable=SC2086
# Small script to run tests for a target (or all targets) inside all the
# respective docker images.