removed concept of LIGHTWEIGHT_INIT
[feisty_meow.git] / scripts / core / create_tempdir.sh
index 5d3a5b2f1f451a888c1f00249601ff6ebded60a5..e4fd53d62b96d2910c0eb355e85f510c6b810b04 100644 (file)
@@ -26,9 +26,7 @@ if [ ! -d "$TMP" ]; then
     echo "failed to chown $TMP to user's ownership."
   fi
 fi
-if [ -z "$LIGHTWEIGHT_INIT" ]; then
-  echo "$word transient area \"$TMP\" for $USER on $(date_stringer)." >>$LOG_FILE
-fi
+echo "$word transient area \"$TMP\" for $USER on $(date_stringer)." >>$LOG_FILE
 
 # set other temporary variables to the same place as TMP.
 export TEMP=$TMP