summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2008-12-14 22:53:34 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2008-12-14 22:53:34 +0000
commita428d02d3bd409b9c6f5dab4ba690d5167e047b9 (patch)
treeff7ed5942d74fc4ba1282a0630bf9d6c0fb89b43 /tools
parent676fd32c964f091706b45e1f457ac6b9de500334 (diff)
downloadrockbox-a428d02d3bd409b9c6f5dab4ba690d5167e047b9.tar.gz
rockbox-a428d02d3bd409b9c6f5dab4ba690d5167e047b9.zip
Fix typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19441 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/langstatus2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/langstatus b/tools/langstatus
index 79ea0c643f..3c5fd74c63 100755
--- a/tools/langstatus
+++ b/tools/langstatus
@@ -1,6 +1,6 @@
#!/bin/sh
-if [ "wiki" == "$1" ]; then
+if [ "wiki" = "$1" ]; then
echo "As of `LC_ALL=C date +'%d %b %Y'`, the current status of the translations is the following:"
echo "| *Language* | *Missing strings* | *Changed desc* | *Changed source* |"
FORMAT="|%s| %d| %d| %d|\n"