X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=chroot-script;h=7726ecd5f478307942bd25d3b9ade5b28238924d;hb=4812ce411ed1a55de53c4c611d616d9b5149b9b4;hp=ec2453a9bc49cbac1716bfa260c4af70ad28534a;hpb=521689adb03b9c9db39843112e3326bb5f8e6df6;p=grml-debootstrap.git diff --git a/chroot-script b/chroot-script index ec2453a..7726ecd 100755 --- a/chroot-script +++ b/chroot-script @@ -17,8 +17,10 @@ set -o pipefail trap "error_handler" ERR # }}} +bash -n /etc/debootstrap/config # shellcheck source=config . /etc/debootstrap/config || exit 1 +bash -n /etc/debootstrap/variables # shellcheck source=tests/shellcheck-stub-debootstrap-variables . /etc/debootstrap/variables || exit 1