Skip to content

Commit

Permalink
❗ [fix]: set +u otherwise moans that TO_COPY is undefined..?
Browse files Browse the repository at this point in the history
  • Loading branch information
rolyp committed Dec 19, 2024
1 parent c98f125 commit 3c91020
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/bundle-website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ done
WEBSITE_LISP_CASE=$($LISP_CASE "$WEBSITE")

set +x
set +u # try and remove this
TO_COPY=()
for CHILD in website/$WEBSITE/*; do
BASENAME="$(basename "$CHILD")"
Expand Down

0 comments on commit 3c91020

Please # to comment.