Hotfix shellcheck

This commit is contained in:
fosslinux 2022-11-02 14:35:48 +11:00
parent 31bc944dd3
commit 1c6c9a404d
1 changed files with 1 additions and 0 deletions

View File

@ -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 $$)