From f1f124c9d251fc984717e9a0b4335fc235489dfa Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 30 Jan 2020 11:24:06 +0100 Subject: lib/intentions-queue: reduce shellcheck disabling --- lib/intentions-queue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/intentions-queue b/lib/intentions-queue index 6744ca0..5d9e977 100755 --- a/lib/intentions-queue +++ b/lib/intentions-queue @@ -2,7 +2,7 @@ # contains functions related to the intentions-queue -# shellcheck disable=SC2039,SC2119,SC2120 +# shellcheck disable=SC2039 if [ -z "${base_dir}" ]; then # just to make shellcheck happy -- cgit v1.2.3