a ton of changes to fix the production directory. formerly this directory $FEISTY_ME...
[feisty_meow.git] / scripts / core / create_tempdir.sh
index 76a6f08dc43821458bbaff17474d62ef1901ca3c..aca92ae7882a70fa11c6861b69e4da3212319837 100644 (file)
@@ -7,13 +7,13 @@
 
 if [ ! -z "$SHELL_DEBUG" ]; then echo creating temporary directory...; fi
 
-source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
-
 if [ -z "$TMP" ]; then
   # main declaration of the transients area.
   export TMP=$HOME/.tmp
 fi
 
+source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
+
 LOG_FILE=$TMP/zz_transients.log
   # log file for this script.