From d8ea96208d296bd76871cba744d098b59e54b143 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..3593ecbb 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=../../script/utils.sh . "$(dirname "$0")"/../../script/utils.sh OTRFSIM_SRCDIR="$(pwd)"