From 6d46549ee378d537c0dfc6767f2c04ec883adeb6 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Thu, 4 Jul 2024 13:45:24 -0700 Subject: [PATCH] Fix setup.csh typo --- setup.csh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.csh b/setup.csh index ae86d4737..da617202c 100755 --- a/setup.csh +++ b/setup.csh @@ -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}"