mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-19 11:34:50 -04:00
Fix setup.csh typo
This commit is contained in:
parent
47501b9ef4
commit
6d46549ee3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue