From bc0652db51db43f5eaf5f5140d2019a2f29554d1 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 10 Nov 2017 23:13:35 -0500 Subject: [PATCH] new branch begins --- production/feisty_meow_config.ini | 2 +- scripts/core/launch_feisty_meow.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/production/feisty_meow_config.ini b/production/feisty_meow_config.ini index 6415cf1e..eab520cc 100644 --- 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=92 +revision=94 build=420 # specifies the remainder of the version record info. diff --git a/scripts/core/launch_feisty_meow.sh b/scripts/core/launch_feisty_meow.sh index 80226899..c5a6fd36 100644 --- a/scripts/core/launch_feisty_meow.sh +++ b/scripts/core/launch_feisty_meow.sh @@ -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 ############## -- 2.34.1