projects
/
drupal-init-tools.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50b5467
)
bootstrap.sh: disable one shellcheck message about sourcing bootstrap.conf
author
Antonio Ospite <ao2@ao2.it>
Mon, 18 Dec 2017 14:59:51 +0000
(15:59 +0100)
committer
Antonio Ospite <ao2@ao2.it>
Mon, 18 Dec 2017 14:59:51 +0000
(15:59 +0100)
The file will be available when the script actually runs.
libexec/bootstrap.sh
patch
|
blob
|
history
diff --git
a/libexec/bootstrap.sh
b/libexec/bootstrap.sh
index
42911cb
..
2381d29
100755
(executable)
--- a/
libexec/bootstrap.sh
+++ b/
libexec/bootstrap.sh
@@
-52,6
+52,7
@@
do
shift
done
+# shellcheck disable=SC1091
. bootstrap.conf
declare -p DB_NAME