From bb97cfc85d9b711b517985abbd9832bff9c4b37a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 20 Apr 2017 22:47:08 -0400 Subject: shellcheck directives --- src/chroot-tools/chroot.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/chroot-tools') diff --git a/src/chroot-tools/chroot.conf b/src/chroot-tools/chroot.conf index 3b3c445..4e3fce5 100644 --- a/src/chroot-tools/chroot.conf +++ b/src/chroot-tools/chroot.conf @@ -1,3 +1,6 @@ +#!/hint/bash +# shellcheck disable=2034 + # The full path to the chroot is # $CHROOTDIR/$CHROOT/$COPY # where $COPY is set at runtime. -- cgit v1.2.3-54-g00ecf