From 26e13ef50af8329ab58064abdc8f053575d7ceeb Mon Sep 17 00:00:00 2001 From: Thiago Abdo Date: Wed, 6 Nov 2019 10:38:18 +0100 Subject: fix include Signed-off-by: Thiago Abdo --- builder/modules.d/dnbd3-rootfs/module-setup.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'builder') diff --git a/builder/modules.d/dnbd3-rootfs/module-setup.sh b/builder/modules.d/dnbd3-rootfs/module-setup.sh index 9f99f0d0..77543a54 100755 --- a/builder/modules.d/dnbd3-rootfs/module-setup.sh +++ b/builder/modules.d/dnbd3-rootfs/module-setup.sh @@ -1,8 +1,6 @@ #!/usr/bin/env bash # -*- coding: utf-8 -*- -# Sourcing some helper functions -. "$(dirname "${BASH_SOURCE[0]}")/helper/build.inc" _parse_dracut_args() { local __doc__=' @@ -67,10 +65,14 @@ _parse_dracut_args ${dracut_args[*]} || _debug=$? # endregion clean() { +# Sourcing some helper functions + . "$(dirname "${BASH_SOURCE[0]}")/helper/build.inc" clean_components } # region dracut plugin api check() { +# Sourcing some helper functions + . "$(dirname "${BASH_SOURCE[0]}")/helper/build.inc" if ! build_initialize_components; then echo "Failed to initialize components." return 1 -- cgit v1.2.3-55-g7522