From c86021ec056e0393bfe2d756c2209d09503c1875 Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Sat, 30 Jan 2021 15:37:56 +0000 Subject: [PATCH] Stop shellcheck warning on 'echo -v' Non-portability is unlikely to be a problem --- scope | 1 + 1 file changed, 1 insertion(+) diff --git a/scope b/scope index 8295c06a1..96c52d269 100755 --- a/scope +++ b/scope @@ -170,6 +170,7 @@ docker_args() { -v /var/run/docker.sock:/var/run/docker.sock \ -v /sys/kernel/debug:/sys/kernel/debug \ -e CHECKPOINT_DISABLE + # shellcheck disable=SC2039 [ -n "${PLUGINS_DIR_EXISTS:-}" ] && echo -v /var/run/scope/plugins:/var/run/scope/plugins }