Skip to content

Commit

Permalink
Fix remote Wattsi on certain versions of Bash
Browse files Browse the repository at this point in the history
Closes #286.
  • Loading branch information
domenic committed Oct 26, 2023
1 parent 8edb2f6 commit b97753a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ function runWattsi {
$SINGLE_PAGE_ONLY && query_params+=( single-page-only )

local query_string
query_string="$(joinBy "\&" "${query_params[@]}")"
query_string="$(joinBy "\&" "${query_params[@]-''}")"
local curl_url="https://build.whatwg.org/wattsi?${query_string}"

CURL_ARGS=( "$curl_url" \
Expand Down

0 comments on commit b97753a

Please sign in to comment.