upped version number, corrected error in conditional.
[feisty_meow.git] / scripts / generator / wrapdoze.sh
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 $?