From 9892c3f6d1345adc99b1485cb29962852ddfe37f Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ao2@ao2.it>
Date: Mon, 18 Dec 2017 15:59:51 +0100
Subject: [PATCH] bootstrap.sh: disable one shellcheck message about sourcing
 bootstrap.conf

The file will be available when the script actually runs.
---
 libexec/bootstrap.sh | 1 +
 1 file changed, 1 insertion(+)

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
-- 
2.1.4