From: Chris Koeritz Date: Mon, 29 Apr 2013 18:22:25 +0000 (-0400) Subject: upped version number, corrected error in conditional. X-Git-Tag: 2.140.90~994 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=9dd46087481e1adf6a862778bc9b7ff56bf42db5 upped version number, corrected error in conditional. --- diff --git a/production/feisty_meow_config.ini b/production/feisty_meow_config.ini index b3060e88..367c7203 100755 --- a/production/feisty_meow_config.ini +++ b/production/feisty_meow_config.ini @@ -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. diff --git a/scripts/generator/wrapdoze.sh b/scripts/generator/wrapdoze.sh index a4062987..2ab57af5 100755 --- a/scripts/generator/wrapdoze.sh +++ b/scripts/generator/wrapdoze.sh @@ -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 $?