Make shellcheck happy

This commit is contained in:
Eduardo Sánchez Muñoz 2022-11-28 20:10:30 +01:00
parent d91e31e6a2
commit 6f4afb4e3f
2 changed files with 3 additions and 1 deletions

View file

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