diff options
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} |