Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 8ba85f2..9ecdd59 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -24,7 +24,7 @@ Content/locale: Content $(pos)
for dir in po-new/* ; do \
lang=`basename $$dir` ; \
for po in $$dir/*.po ; do \
- [ $$lang == templates ] && break ; \
+ [ $$lang = templates ] && break ; \
domain=`basename $$po .po`; \
echo -n "$${lang}-$${domain}: " ; \
mkdir -p $@/$$lang/LC_MESSAGES ; \