diff options
author | necoro <> | 2007-08-05 06:16:55 +0000 |
---|---|---|
committer | necoro <> | 2007-08-05 06:16:55 +0000 |
commit | 531a798de099588d6af1d5edf7a873c2afbdf73a (patch) | |
tree | a3e1d9a0dd5384395dea52f9a40a3ff5486d1d06 | |
parent | 21a3215f2c81c3bf6b9838586c5c19cb5b7f5e21 (diff) | |
download | portato-531a798de099588d6af1d5edf7a873c2afbdf73a.tar.gz portato-531a798de099588d6af1d5edf7a873c2afbdf73a.tar.bz2 portato-531a798de099588d6af1d5edf7a873c2afbdf73a.zip |
some translation fixes :)
Diffstat (limited to '')
-rwxr-xr-x | pocompile.sh | 2 |
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 |