From ec32003ec7728032c9b23bff46012f8eb7bd98f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Thu, 21 Aug 2025 18:28:24 +0000 Subject: fix shellcheck issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Asbjørn Sloth Tønnesen --- .shellcheckrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .shellcheckrc (limited to '.shellcheckrc') diff --git a/.shellcheckrc b/.shellcheckrc new file mode 100644 index 0000000..64b9fd7 --- /dev/null +++ b/.shellcheckrc @@ -0,0 +1,2 @@ +# SC3043: intended for use with dash or bash, which both have local +disable=SC3043 -- cgit v1.2.1