From 744ae2cb1621d4e60a70b2ca3fee65885772f097 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 26 Sep 2022 14:40:48 -0400 Subject: [PATCH] turned off debugging noise --- scripts/core/loadfm.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 - #### -- 2.34.1