diff options
| author | Robert Günzler <r@gnzler.io> | 2025-11-13 18:27:56 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-04-09 11:13:48 +0900 |
| commit | 7e2ff3adf7626bdd18a1d5065ec9be9ffa4d114a (patch) | |
| tree | 8ac236fbf292ae108c97a79052977924899ed8f7 /bin/svtree-compile | |
| parent | 74aa9c50df4be95bbef74e96d9089f9457cdc48d (diff) | |
disable shellcheck rule about `local`
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bin/svtree-compile')
| -rwxr-xr-x | bin/svtree-compile | 1 |
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} |