summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomáš Chvátal <scarabeus@gentoo.org>2009-05-26 18:56:39 +0200
committerTomáš Chvátal <scarabeus@gentoo.org>2009-05-26 18:56:39 +0200
commit4cb5d50649ed53acafe997f09c2aab1466021474 (patch)
tree6d3fe532ceb2048def49b8655e79af3d7d6b72c6
parent759185a9f8b2561f718d681fbecd531c75b6e49b (diff)
Fix typo
-rw-r--r--po/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index e57489e..6be2629 100644
--- a/po/CMakeLists.txt
+++ b/po/CMakeLists.txt
@@ -27,7 +27,7 @@ IF ( DEFINED $ENV{LINGUAS} )
ELSE ( DEFINED $ENV{LINGUAS} )
# all languages
FILE ( GLOB _po_files *.po )
-ENDIF ( DEFINED $ENV{FOO} )
+ENDIF ( DEFINED $ENV{LINGUAS} )
SET ( _gmoFiles )
FOREACH ( _current_PO_FILE ${_po_files} )
GET_FILENAME_COMPONENT ( _lang ${_current_PO_FILE} NAME_WE )