new file with demo for screen application, mainly setting a convenient log path.
[feisty_meow.git] / scripts / core / variables.sh
index 1a9d5b396f5418845033bdaa15820c40da676acb..3f36b21f1ade30f0b66e23e44e2b17d1cf2228e2 100644 (file)
@@ -173,6 +173,11 @@ if [ -z "$NECHUNG" ]; then
   export PATH="$FEISTY_MEOW_GENERATED:$PATH:/sbin:."
 ###noise! :/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/lib:/usr/games:/usr/bin:.
   
+  ##############
+
+  # set the SHUNIT_DIR so our shunit tests can find the codebase.
+  export SHUNIT_DIR="$FEISTY_MEOW_SCRIPTS/shunit"
+  
   ##############
   
   if [ ! -z "$SHELL_DEBUG" ]; then echo variables initialization ends....; fi