summaryrefslogtreecommitdiff
path: root/pocompile.sh
diff options
context:
space:
mode:
authornecoro <>2007-08-05 06:16:55 +0000
committernecoro <>2007-08-05 06:16:55 +0000
commit531a798de099588d6af1d5edf7a873c2afbdf73a (patch)
treea3e1d9a0dd5384395dea52f9a40a3ff5486d1d06 /pocompile.sh
parent21a3215f2c81c3bf6b9838586c5c19cb5b7f5e21 (diff)
downloadportato-531a798de099588d6af1d5edf7a873c2afbdf73a.tar.gz
portato-531a798de099588d6af1d5edf7a873c2afbdf73a.tar.bz2
portato-531a798de099588d6af1d5edf7a873c2afbdf73a.zip
some translation fixes :)
Diffstat (limited to 'pocompile.sh')
-rwxr-xr-xpocompile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pocompile.sh b/pocompile.sh
index e9cf3b1..5fdd98a 100755
--- a/pocompile.sh
+++ b/pocompile.sh
@@ -6,7 +6,7 @@ cd i18n
for ITEM in *.po; do
LANG=${ITEM/.po/}
- if [ $1 == "-emerge" ]; then
+ if [ "$1" == "-emerge" ]; then
mkdir mo -p
msgfmt ${ITEM} -o mo/${LANG}.mo
else