From: Chris Koeritz Date: Thu, 10 May 2012 19:39:22 +0000 (-0400) Subject: fixed path for shunit. X-Git-Tag: 2.140.90~1352 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=499a5c0aaa492d73afe975409476e7ccdec316f4;p=feisty_meow.git fixed path for shunit. --- 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" ##############