From c7105e8f7465c4c57c95b35ef9e701df23b83589 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Tue, 26 Dec 2023 18:35:24 +0100 Subject: [PATCH] allow unbound variables Needed for RUSTFLAGS Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com> --- crates/repl_wasm/build-www.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/repl_wasm/build-www.sh b/crates/repl_wasm/build-www.sh index 1b6841a4a5b..92525ed14ce 100755 --- a/crates/repl_wasm/build-www.sh +++ b/crates/repl_wasm/build-www.sh @@ -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