aboutsummaryrefslogtreecommitdiff
path: root/lib/util.bash
diff options
context:
space:
mode:
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,