From: Chris Koeritz Date: Mon, 26 Sep 2022 18:40:48 +0000 (-0400) Subject: turned off debugging noise X-Git-Tag: 2.140.136^2~11 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=744ae2cb1621d4e60a70b2ca3fee65885772f097 turned off debugging noise --- diff --git a/scripts/core/loadfm.sh b/scripts/core/loadfm.sh index 8911b461..de5b7115 100755 --- a/scripts/core/loadfm.sh +++ b/scripts/core/loadfm.sh @@ -9,27 +9,25 @@ ORIGINATING_FOLDER="$( \cd "$(\dirname "$0")" && /bin/pwd )" export CORE_SCRIPTS_DIR="$(echo "$ORIGINATING_FOLDER" | tr '\\\\' '/' )" -echo core scripts dir is $CORE_SCRIPTS_DIR +#echo core scripts dir is $CORE_SCRIPTS_DIR THIS_TOOL_NAME="$(basename "$0")" pushd "$CORE_SCRIPTS_DIR/../.." &>/dev/null export FEISTY_MEOW_APEX="$(/bin/pwd)" -echo feisty apex is now FEISTY_MEOW_APEX=$FEISTY_MEOW_APEX +popd &> /dev/null +echo "feisty meow apex is '$FEISTY_MEOW_APEX'" #hmmm: actually this should run the reconfigure script first! # then we would be semi-bulletproof and wouldn't actually have # to make users run that as first step? bash --init-file <(echo "\ -echo "subshell sees feisty meow apex as $FEISTY_MEOW_APEX"; \ bash "$CORE_SCRIPTS_DIR/reconfigure_feisty_meow.sh"; \ if [ $? -ne 0 ]; then echo "error--reconfiguring feisty meow environment failed."; fi; \ source "$CORE_SCRIPTS_DIR/launch_feisty_meow.sh"; \ if [ $? -ne 0 ]; then echo "error--launching feisty meow environment failed."; fi; \ ") -popd &> /dev/null - ####