X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fvariables.sh;h=3f36b21f1ade30f0b66e23e44e2b17d1cf2228e2;hb=499a5c0aaa492d73afe975409476e7ccdec316f4;hp=995fd0b360bc18b62f0d263d1b1b782a5a16b8a3;hpb=03ca9bd53380b1a70c2baac212a5555c045d8b56;p=feisty_meow.git diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index 995fd0b3..3f36b21f 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -158,8 +158,6 @@ if [ -z "$NECHUNG" ]; then if [ "$OS" == "Windows_NT" ]; then export HOSTNAME=$(echo $HOSTNAME | tr A-Z a-z) - # turn off warnings about files in dos format. give up cygwin, you're on dos/windows. - export CYGWIN=nodosfilewarning fi ############## @@ -175,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