upped version number, corrected error in conditional.
authorChris Koeritz <fred@gruntose.com>
Mon, 29 Apr 2013 18:22:25 +0000 (14:22 -0400)
committerChris Koeritz <fred@gruntose.com>
Mon, 29 Apr 2013 18:22:25 +0000 (14:22 -0400)
production/feisty_meow_config.ini
scripts/generator/wrapdoze.sh

index b3060e88bebb4e3c4963a0dbe34dd5e1678ed9a2..367c7203303d6a25043618fb9486c7441e617b5f 100755 (executable)
@@ -3,7 +3,7 @@
 # specifies the version of the code that is being constructed here.
 major=2
 minor=140
-revision=50
+revision=52
 build=0
 
 # specifies the remainder of the version record info.
@@ -18,7 +18,7 @@ web_site=http://feistymeow.org
 # if DEBUG is not empty, then code is built with more debugging information.
 DEBUG=t
 # if NOISY is non-empty, there will be more information emitted during builds.
-NOISY=t
+#NOISY=t
 
 # if this is turned on, then all warnings are turned on and they are
 # considered errors.
index a4062987532d5b8604e3607b7bb34ff7f7390060..2ab57af5e121ce7ddb8b76f1389a902ae2c3aaf8 100755 (executable)
@@ -5,7 +5,7 @@ source $FEISTY_MEOW_SCRIPTS/core/functions.sh
 function dossify_and_run_commands()
 {
   # we only mess with the command line on windows...
-  if [ "$OS" == "Windows_NT" ]; then
+  if [ "$OS" != "Windows_NT" ]; then
     # for non windows, just run the commands straight up.
     $*
     return $?