Fix color in setup.sh script

This commit is contained in:
Jordan Carlin 2025-05-24 00:30:42 -07:00
parent 11a62233a4
commit 04480c01b7
No known key found for this signature in database

View file

@ -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