rudimentary java library beginning. cleaned up scripts quite
[feisty_meow.git] / scripts / core / create_tempdir.sh
index 07241b6059615ccf6183bfdb8753939a2e63205c..55899274889144cd1a771bbaec30bfde468af3fc 100644 (file)
@@ -5,8 +5,6 @@
 # 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
 
 if [ -z "$TMP" ]; then