about summary refs log tree commit diff
path: root/bin/svtree-compile
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2025-11-13 18:27:56 +0100
committerRobert Günzler <r@gnzler.io>2026-04-09 11:13:48 +0900
commit7e2ff3adf7626bdd18a1d5065ec9be9ffa4d114a (patch)
tree8ac236fbf292ae108c97a79052977924899ed8f7 /bin/svtree-compile
parent74aa9c50df4be95bbef74e96d9089f9457cdc48d (diff)
disable shellcheck rule about `local`
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bin/svtree-compile')
-rwxr-xr-xbin/svtree-compile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/svtree-compile b/bin/svtree-compile
index d937415..c067044 100755
--- a/bin/svtree-compile
+++ b/bin/svtree-compile
@@ -1,4 +1,5 @@
 #!/bin/sh
+# shellcheck disable=SC3043
 set -eu
 
 LIVE_DIR=${LIVE_DIR:-/run/s6-rc}