add typo on setting WALLY for C-shell that caused some incompatability issues

This commit is contained in:
James E. Stine 2023-11-08 13:59:04 -06:00
parent 44c60a3e76
commit f83188a4a4

View File

@ -6,7 +6,7 @@
echo "Executing Wally setup.csh"
# Path to Wally repository
set WALLY = $PWD
setenv WALLY $PWD
echo '$WALLY set to ' ${WALLY}
# Extend alias which makes extending PATH much easier.