mirror of
https://github.com/hectorm/hblock.git
synced 2026-04-23 15:36:34 +05:30
Quotes
This commit is contained in:
parent
7eccf5aab8
commit
755993f95d
8 changed files with 8 additions and 8 deletions
|
|
@ -16,7 +16,7 @@ main() {
|
|||
buildDir="$(mktemp -d)"
|
||||
|
||||
# shellcheck disable=SC2154
|
||||
trap 'ret=$?; rm -rf -- "${buildDir:?}"; trap - EXIT; exit "${ret:?}"' EXIT TERM INT HUP
|
||||
trap 'ret="$?"; rm -rf -- "${buildDir:?}"; trap - EXIT; exit "${ret:?}"' EXIT TERM INT HUP
|
||||
|
||||
# Copy the assets directory to the build directory.
|
||||
rsync -a -- "${assetsDir:?}"/ "${buildDir:?}"/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue