summaryrefslogtreecommitdiffstats
path: root/kinit/lnusertemp.c
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-03 18:48:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-03 18:48:40 -0600
commit270b17e7944625a15f27a05c545e14cc9001dd29 (patch)
tree82ba8aea40179362910eabb950f790064c5db58a /kinit/lnusertemp.c
parent9d09d98650198231f5c9b9fe88c0ebb1d7ca0799 (diff)
downloadtdelibs-270b17e7944625a15f27a05c545e14cc9001dd29.tar.gz
tdelibs-270b17e7944625a15f27a05c545e14cc9001dd29.zip
Rename KDETMP KDEVARTMP and KDEWM
Diffstat (limited to 'kinit/lnusertemp.c')
-rw-r--r--kinit/lnusertemp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kinit/lnusertemp.c b/kinit/lnusertemp.c
index aa55d412e..b53af5dbe 100644
--- a/kinit/lnusertemp.c
+++ b/kinit/lnusertemp.c
@@ -245,7 +245,7 @@ int main(int argc, char **argv)
return 1;
}
- tmp = getenv("KDETMP");
+ tmp = getenv("TDETMP");
if (!tmp || !tmp[0])
tmp = getenv("TMPDIR");
if (!tmp || !tmp[0])
@@ -269,7 +269,7 @@ int main(int argc, char **argv)
}
else if (strcmp(argv[1], "cache") == 0)
{
- tmp = getenv("KDEVARTMP");
+ tmp = getenv("TDEVARTMP");
if (!tmp || !tmp[0])
tmp = "/var/tmp";