From: Chris Koeritz Date: Sat, 11 Nov 2017 04:13:35 +0000 (-0500) Subject: new branch begins X-Git-Tag: 2.140.94^2 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=bc0652db51db43f5eaf5f5140d2019a2f29554d1 new branch begins --- 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 ##############