summaryrefslogtreecommitdiffstats
path: root/khangman/add_language
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:08:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:08:32 -0600
commit4c7b13d8cd49d49729801a278b5ce768406400cc (patch)
tree596f6241b14691b5324e4b775d16bb6894943264 /khangman/add_language
parent5ce07f4f6f046d00fe97a3f544993f1aac169085 (diff)
downloadtdeedu-4c7b13d8cd49d49729801a278b5ce768406400cc.tar.gz
tdeedu-4c7b13d8cd49d49729801a278b5ce768406400cc.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'khangman/add_language')
-rwxr-xr-xkhangman/add_language2
1 files changed, 1 insertions, 1 deletions
diff --git a/khangman/add_language b/khangman/add_language
index 7f9e8da9..19f4954c 100755
--- a/khangman/add_language
+++ b/khangman/add_language
@@ -11,7 +11,7 @@ echo "Please send your files tarred and zipped to annemarie.mahfouf@free.fr and
The script will carry on, please just do not commit the files. Please NEVER commit in a BRANCH."
# Check for valid language code
-all_langs=$KDEDIR/share/locale/all_languages
+all_langs=$TDEDIR/share/locale/all_languages
if test -e $all_langs ; then
grep -q "^\[$1\]$" $all_langs
if test $? != 0 ; then