From 32e3d0f789581b0e21745445426150969c7a4cf7 Mon Sep 17 00:00:00 2001 From: Esko Dijk Date: Tue, 24 Sep 2024 23:43:27 +0200 Subject: [PATCH] [ot-rfsim] lint fix on script/build --- ot-rfsim/script/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ot-rfsim/script/build b/ot-rfsim/script/build index dfaaf119..bf08af91 100755 --- a/ot-rfsim/script/build +++ b/ot-rfsim/script/build @@ -29,7 +29,7 @@ set -euxo pipefail -# shellcheck source=../script/utils.sh +# shellcheck source=/dev/null . "$(dirname "$0")"/../../script/utils.sh OTRFSIM_SRCDIR="$(pwd)"