From 56c39e764c5bbce17d49ed1fceb1be2e75a7190c Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Fri, 19 Jul 2024 19:39:21 -0700 Subject: [PATCH] updates --- bin/wally-tool-chain-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/wally-tool-chain-install.sh b/bin/wally-tool-chain-install.sh index 1905d484c..ad83f3f8f 100755 --- a/bin/wally-tool-chain-install.sh +++ b/bin/wally-tool-chain-install.sh @@ -46,6 +46,7 @@ ENDC='\033[0m' # Reset to default color ## Helper functions # Error handler error() { + set +x echo -e "${FAIL_COLOR}Error: $STATUS installation failed" echo -e "Error on line ${BASH_LINENO[0]} with command $BASH_COMMAND${ENDC}" echo -e "Please check the log in $RISCV/logs/$STATUS.log for more information."