From ae1829f23ac0fc08406202a2b2bb4ad60d77e769 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Mon, 8 Jul 2024 06:50:29 -0700 Subject: [PATCH] Cleanup --- bin/wally-tool-chain-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/wally-tool-chain-install.sh b/bin/wally-tool-chain-install.sh index 2a34ae937..91ceea495 100755 --- a/bin/wally-tool-chain-install.sh +++ b/bin/wally-tool-chain-install.sh @@ -37,7 +37,7 @@ NUM_THREADS=8 # for >= 32GiB # Error handler error() { - echo -e "${FAIL_COLOR}Error: $STATUS installation failed$" + echo -e "${FAIL_COLOR}Error: $STATUS installation failed" echo -e "Error on line ${BASH_LINENO[0]} with command $BASH_COMMAND${ENDC}" exit 1 } @@ -347,6 +347,7 @@ echo -e "Installing/Updating Sail Compiler" echo -e "*************************************************************************" echo -e "*************************************************************************\n${ENDC}" STATUS="Sail Compiler" +OPAMROOTISOK=1 # Silence warnings about running opam as root cd "$RISCV" opam init -y --disable-sandboxing opam update -y