mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 04:54:29 +00:00
Fix setup.csh typo
This commit is contained in:
parent
47501b9ef4
commit
6d46549ee3
@ -18,7 +18,7 @@ else if ( -e ~/riscv ) then
|
||||
else
|
||||
# set the $RISCV directory here and remove the subsequent two lines
|
||||
# setenv RISCV
|
||||
echo "\$RISCV directory not found. Checked /opt/riscv and ~/riscv. Edit setup.sh to point to your custom \$RISCV directory."
|
||||
echo "\$RISCV directory not found. Checked /opt/riscv and ~/riscv. Edit setup.csh to point to your custom \$RISCV directory."
|
||||
exit 1;
|
||||
endif
|
||||
echo \$RISCV set to "${RISCV}"
|
||||
|
Loading…
Reference in New Issue
Block a user