Fix setup.csh typo

This commit is contained in:
Jordan Carlin 2024-07-04 13:45:24 -07:00 committed by GitHub
parent f0268a011a
commit 2217fa0794

View File

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