X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=inline;f=scripts%2Fsite_avenger%2Fsitepush.sh;h=8a69d5daa2ddb37d9ff44f8537f35f6657467395;hb=a1a786edd84c7fe37284dad35834f3c011ac0576;hp=52e2e13d6b701455695ec0f970f356ecc0ea59e2;hpb=c70cef0f335b09a31133a97b0ab10de845a993e3;p=feisty_meow.git diff --git a/scripts/site_avenger/sitepush.sh b/scripts/site_avenger/sitepush.sh index 52e2e13d..8a69d5da 100644 --- a/scripts/site_avenger/sitepush.sh +++ b/scripts/site_avenger/sitepush.sh @@ -5,7 +5,7 @@ # checks the chosen site into the online git repository. -export WORKDIR="$( \cd "$(\dirname "$0")" && \pwd )" # obtain the script's working directory. +export THISDIR="$( \cd "$(\dirname "$0")" && \pwd )" # obtain the script's working directory. ############################ @@ -15,7 +15,7 @@ export WORKDIR="$( \cd "$(\dirname "$0")" && \pwd )" # obtain the script's work app_dirname="$1"; shift repo_name="$1"; shift -source "$WORKDIR/shared_site_mgr.sh" +source "$THISDIR/shared_site_mgr.sh" sep