From 499a5c0aaa492d73afe975409476e7ccdec316f4 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Thu, 10 May 2012 15:39:22 -0400 Subject: [PATCH] fixed path for shunit. --- scripts/core/variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index dd9adc27..3f36b21f 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -176,7 +176,7 @@ if [ -z "$NECHUNG" ]; then ############## # set the SHUNIT_DIR so our shunit tests can find the codebase. - export SHUNIT_DIR="$FEIST_MEOW_SCRIPTS/shunit" + export SHUNIT_DIR="$FEISTY_MEOW_SCRIPTS/shunit" ############## -- 2.34.1