X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fconnect_feisty_meow.sh;h=211bba7b975b06a7fe74da328e71d2e0cfceb8e4;hb=2e93c29a45ae9d58694c0de962151e6829739380;hp=6f6ffd3840536016553661e94eb259b9133ac001;hpb=c8cae281264c5be16ef06fb71772589ff2a491b9;p=feisty_meow.git diff --git a/scripts/core/connect_feisty_meow.sh b/scripts/core/connect_feisty_meow.sh index 6f6ffd38..211bba7b 100644 --- a/scripts/core/connect_feisty_meow.sh +++ b/scripts/core/connect_feisty_meow.sh @@ -5,9 +5,9 @@ # this script adds the feisty inits code to .bashrc, if we think it has not yet been added. # auto-locate the feisty meow scripts, since they supposedly are not enabled yet. -export WORKDIR="$( \cd "$(\dirname "$0")" && \pwd )" # obtain the script's working directory. +export THISDIR="$( \cd "$(\dirname "$0")" && \pwd )" # obtain the script's working directory. # normalize the path we want to cobble together. -export FEISTY_MEOW_APEX="$( \cd "$WORKDIR/../.." && \pwd )" +export FEISTY_MEOW_APEX="$( \cd "$THISDIR/../.." && \pwd )" echo calculated apex as $FEISTY_MEOW_APEX