From: Antonio Ospite Date: Mon, 18 Dec 2017 14:59:51 +0000 (+0100) Subject: bootstrap.sh: disable one shellcheck message about sourcing bootstrap.conf X-Git-Tag: v0.1.0~7 X-Git-Url: https://git.ao2.it/drupal-init-tools.git/commitdiff_plain/9892c3f6d1345adc99b1485cb29962852ddfe37f bootstrap.sh: disable one shellcheck message about sourcing bootstrap.conf The file will be available when the script actually runs. --- diff --git a/libexec/bootstrap.sh b/libexec/bootstrap.sh index 42911cb..2381d29 100755 --- a/libexec/bootstrap.sh +++ b/libexec/bootstrap.sh @@ -52,6 +52,7 @@ do shift done +# shellcheck disable=SC1091 . bootstrap.conf declare -p DB_NAME