whoops, still had yeti reference in here.
[feisty_meow.git] / scripts / core / create_tempdir.sh
index 07241b6059615ccf6183bfdb8753939a2e63205c..9cbb89f9817d94d9eb147c6b5c27521c04b37937 100644 (file)
@@ -5,10 +5,10 @@
 # This creates a temporary directory for transient files if such a directory
 # does not already exist.
 
-source $FEISTY_MEOW_SCRIPTS/core/date_stringer.sh
-
 if [ ! -z "$SHELL_DEBUG" ]; then echo creating temporary directory...; fi
 
+source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
+
 if [ -z "$TMP" ]; then
   export TMP=$HOME/.tmp
     # main declaration of the transients area.