logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 1c6c9a404de6962387061c542320f296bfe65769
parent 31bc944dd314c64aa94ad349ad65ab6a572dfdb3
Author: fosslinux <fosslinux@aussies.space>
Date:   Wed,  2 Nov 2022 14:35:48 +1100

Hotfix shellcheck

Diffstat:

Msysa/helpers.sh1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sysa/helpers.sh b/sysa/helpers.sh @@ -131,6 +131,7 @@ build() { script_name=${2:-${pkg}.sh} dirname=${4:-${pkg}} + # shellcheck ignore=SC2015 bin_preseed && return || true # Normal build if preseed fails cd "${SOURCES}/${pkg}" || (echo "Cannot cd into ${pkg}!"; kill $$)