new branch begins
authorChris Koeritz <fred@gruntose.com>
Sat, 11 Nov 2017 04:13:35 +0000 (23:13 -0500)
committerChris Koeritz <fred@gruntose.com>
Sat, 11 Nov 2017 04:13:35 +0000 (23:13 -0500)
production/feisty_meow_config.ini
scripts/core/launch_feisty_meow.sh

index 6415cf1e7c232665b49ce87f797c98c5b3a60c87..eab520cc3e2c4f44a2ccf34b57db4fc8ce854888 100644 (file)
@@ -3,7 +3,7 @@
 # specifies the version of the code that is being constructed here.
 major=2
 minor=140
-revision=92
+revision=94
 build=420
 
 # specifies the remainder of the version record info.
index 80226899a83bad279656c1986bfc825ebc186775..c5a6fd36b9e37a9ab4955e3ac2129b18e1781173 100644 (file)
@@ -34,7 +34,7 @@ if [ ! -d "$FEISTY_MEOW_SCRIPTS" -o ! -d "$FEISTY_MEOW_APEX" ]; then
   if [ -d "$FEISTY_MEOW_GENERATED_STORE" ]; then \rm -rf "$FEISTY_MEOW_GENERATED_STORE"; fi
   # also wipe any values from the variables pointing at generated stuff.
   unset FEISTY_MEOW_LOADING_DOCK FEISTY_MEOW_GENERATED_STORE
-  exec "$*"
+  exec $*
 fi
 
 ##############