mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-27 08:50:26 -04:00
Fix color in setup.sh script
This commit is contained in:
parent
11a62233a4
commit
04480c01b7
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -54,7 +54,7 @@ ulimit -c 300000
|
||||||
if [ -e "${RISCV}"/site-setup.sh ]; then
|
if [ -e "${RISCV}"/site-setup.sh ]; then
|
||||||
source "${RISCV}"/site-setup.sh
|
source "${RISCV}"/site-setup.sh
|
||||||
else
|
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
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue