X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fbasis%2Fenvironment.cpp;h=520b7791c11f4739cd763022c6e3e0be9fde0022;hb=51b587223136de70cd5a9f1cfbf2bf80b4e70ba0;hp=907c8504b809d3421139fa0c582193ab52d7b7c1;hpb=f2cd4d9e0a4c8a6594ce9c438ed7c71cdae6e558;p=feisty_meow.git diff --git a/nucleus/library/basis/environment.cpp b/nucleus/library/basis/environment.cpp index 907c8504..520b7791 100644 --- a/nucleus/library/basis/environment.cpp +++ b/nucleus/library/basis/environment.cpp @@ -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; }