From f83188a4a4d88547373a60e7d13385e72644c0f8 Mon Sep 17 00:00:00 2001 From: "James E. Stine" Date: Wed, 8 Nov 2023 13:59:04 -0600 Subject: [PATCH] add typo on setting WALLY for C-shell that caused some incompatability issues --- setup.csh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.csh b/setup.csh index 58b0918dd..0508c36d0 100755 --- a/setup.csh +++ b/setup.csh @@ -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.