using THISDIR instead of WORKDIR
[feisty_meow.git] / scripts / site_avenger / revamp_cakelampvm_v002.sh
index b71d8835fc59d35daa3de0b53a646573cd673ffe..20f721c14db856fb6aefdd25ce14c02787483f2e 100644 (file)
@@ -16,8 +16,8 @@ fi
 
 ##############
 
-export WORKDIR="$( \cd "$(\dirname "$0")" && \pwd )"  # obtain the script's working directory.
-export FEISTY_MEOW_APEX="$( \cd "$WORKDIR/../.." && \pwd )"
+export THISDIR="$( \cd "$(\dirname "$0")" && \pwd )"  # obtain the script's working directory.
+export FEISTY_MEOW_APEX="$( \cd "$THISDIR/../.." && \pwd )"
 
 export NO_HELLO=right
 source "$FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh"