summaryrefslogtreecommitdiffstats
path: root/ksmserver
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-03 18:45:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-03 18:45:08 -0600
commitb5d92fb45b0796f0140c2917c238fd0b6a192300 (patch)
treeccdf45008bb8bd6e2368c0d33faeb74ae570b2a2 /ksmserver
parent246fcef5554b4020191ba1f228deb545d22e5206 (diff)
downloadtdebase-b5d92fb45b0796f0140c2917c238fd0b6a192300.tar.gz
tdebase-b5d92fb45b0796f0140c2917c238fd0b6a192300.zip
Rename KDETMP KDEVARTMP and KDEWM
Diffstat (limited to 'ksmserver')
-rw-r--r--ksmserver/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksmserver/main.cpp b/ksmserver/main.cpp
index c98a1eb69..a7f8ef3d9 100644
--- a/ksmserver/main.cpp
+++ b/ksmserver/main.cpp
@@ -122,7 +122,7 @@ void sanity_check( int argc, char* argv[] )
}
if (msg.isEmpty())
{
- path = getenv("KDETMP");
+ path = getenv("TDETMP");
if (path.isEmpty())
path = "/tmp";
if (!writeTest(path))