mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 03:26:31 +01:00
Hotfix shellcheck
This commit is contained in:
parent
31bc944dd3
commit
1c6c9a404d
1 changed files with 1 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ build() {
|
||||||
script_name=${2:-${pkg}.sh}
|
script_name=${2:-${pkg}.sh}
|
||||||
dirname=${4:-${pkg}}
|
dirname=${4:-${pkg}}
|
||||||
|
|
||||||
|
# shellcheck ignore=SC2015
|
||||||
bin_preseed && return || true # Normal build if preseed fails
|
bin_preseed && return || true # Normal build if preseed fails
|
||||||
|
|
||||||
cd "${SOURCES}/${pkg}" || (echo "Cannot cd into ${pkg}!"; kill $$)
|
cd "${SOURCES}/${pkg}" || (echo "Cannot cd into ${pkg}!"; kill $$)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue