aboutsummaryrefslogtreecommitdiff
path: root/lib/util.bash
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-05-11 14:36:25 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-05-11 14:36:25 +0200
commitea843ed1bcc863ba8aef8fa972ce0732f386e550 (patch)
tree87c9e37a4f70e99cfc9c50402b20d93e5ba50f46 /lib/util.bash
parent4234b4cb392c0e70085edfbc80585fb9476629f9 (diff)
Make shellcheck happy
Diffstat (limited to 'lib/util.bash')
-rw-r--r--lib/util.bash3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/util.bash b/lib/util.bash
index 8a119f2..da491bb 100644
--- a/lib/util.bash
+++ b/lib/util.bash
@@ -4,8 +4,11 @@
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+# shellcheck source=lib/util/config.bash
. "$BASHTARD_LIBDIR/util/config.bash"
+# shellcheck source=lib/util/pkg.bash
. "$BASHTARD_LIBDIR/util/pkg.bash"
+# shellcheck source=lib/util/svc.bash
. "$BASHTARD_LIBDIR/util/svc.bash"
# Change the working directory. In usage, this is the same as using cd,