Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/aslo
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-10-28 07:58:20 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-10-28 07:58:20 (GMT)
commit1036e54aa3c066e0f159e6c18c5d08c235cea242 (patch)
tree679c5b790e1123a2f8c0028e16b78839add26b23 /aslo
parent1760b7a6ae4915ae01737fd162b8282dde184377 (diff)
Fix en locale in po-compile.sh
Diffstat (limited to 'aslo')
-rwxr-xr-xaslo/po-compile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/aslo/po-compile.sh b/aslo/po-compile.sh
index 0c1c048..42ab080 100755
--- a/aslo/po-compile.sh
+++ b/aslo/po-compile.sh
@@ -20,6 +20,6 @@ backmerge() {
for i in `ls $root/aslo/po/*.po`; do
lang=$(basename $i .po)
- [ $lang == "en" ] && lang=en_US
+ [ $lang = "en" ] && lang=en_US
backmerge $i $lang
done