Skip to content

Commit

Permalink
allow unbound variables
Browse files Browse the repository at this point in the history
Needed for RUSTFLAGS

Signed-off-by: Anton-4 <[email protected]>
  • Loading branch information
Anton-4 authored Dec 26, 2023
1 parent 50f7957 commit c7105e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/repl_wasm/build-www.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# We use this two-step process because Netlify times out if we try to build the Web REPL there.

# https://vaneyckt.io/posts/safer_bash_scripts_with_set_euxo_pipefail/
set -euxo pipefail
set -exo pipefail

if ! which wasm-pack
then
Expand Down

0 comments on commit c7105e8

Please sign in to comment.