still doesn't work. #(@*(@*# where the @*#*@&# is that logging directory going wrong?
[feisty_meow.git] / nucleus / library / basis / environment.cpp
index 907c8504b809d3421139fa0c582193ab52d7b7c1..520b7791c11f4739cd763022c6e3e0be9fde0022 100644 (file)
@@ -42,6 +42,7 @@ astring environment::TMP()
     // most reasonable OSes have a /tmp directory.
     to_return = "/tmp";
 #endif
+    if (!!to_return) set("TMP", to_return);
   }
   return to_return;
 }