X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=scripts%2Fcore%2Floadfm.sh;fp=scripts%2Fcore%2Floadfm.sh;h=de5b71155b50f8c2a21f9037d9270e017c93536e;hp=8911b4610107345c3afe3c14a16089954beb598f;hb=744ae2cb1621d4e60a70b2ca3fee65885772f097;hpb=73228ba7087489469ffacd18fdc35eee27e4f896 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 - ####