From 04480c01b78fb42e269a3441bc33340cb83d8c7b Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Sat, 24 May 2025 00:30:42 -0700 Subject: [PATCH] Fix color in setup.sh script --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index d14f11b08..754c1dc4e 100644 --- a/setup.sh +++ b/setup.sh @@ -54,7 +54,7 @@ ulimit -c 300000 if [ -e "${RISCV}"/site-setup.sh ]; then source "${RISCV}"/site-setup.sh else - echo -e "${ERROR_COLOR}site-setup.sh not found in \$RISCV directory. Rerun wally-toolchain-install.sh to automatically download it.${ENDC}" + echo -e "${FAIL_COLOR}site-setup.sh not found in \$RISCV directory. Rerun wally-toolchain-install.sh to automatically download it.${ENDC}" return 1 fi