mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-12 22:35:23 +01:00
Some shellcheck fixes.
This commit is contained in:
parent
ef0030bbf3
commit
6c4b98a17a
37 changed files with 90 additions and 93 deletions
|
|
@ -8,7 +8,7 @@ src_unpack() {
|
|||
mv "${DISTFILES}/deblob-4.9" "${pkg}/"
|
||||
# Remove all previous source tarballs
|
||||
mv "${DISTFILES}/${pkg}.tar.gz" .
|
||||
rm -r "${DISTFILES}/"*
|
||||
rm -r "${DISTFILES:?}/"*
|
||||
mv "${pkg}.tar.gz" "${DISTFILES}"
|
||||
default || true # Predictable link errors - not a problem
|
||||
rm -r "${DISTFILES}" # Clear storage space
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue