From ea843ed1bcc863ba8aef8fa972ce0732f386e550 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 11 May 2022 14:36:25 +0200 Subject: Make shellcheck happy --- lib/util.bash | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/util.bash') 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, -- cgit v1.1