using THISDIR instead of WORKDIR
[feisty_meow.git] / scripts / site_avenger / revamp_cakelampvm_v003.sh
index 771f81e2fc04e84ea1e6c327e64673d8166fa417..ccd406598d55e6e1e06ae5c7259615695790db2e 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"