summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 41a713d)
raw | patch | inline | side by side (parent: 41a713d)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 19 Jul 2005 12:02:46 +0000 (12:02 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 19 Jul 2005 12:02:46 +0000 (12:02 +0000) |
gen_locale.sh | patch | blob | history |
diff --git a/gen_locale.sh b/gen_locale.sh
index 77c733109748595704caa2006970dfc708065fdf..e134e202133824fa90c00b77087daa3cfa74e302 100755 (executable)
--- a/gen_locale.sh
+++ b/gen_locale.sh
error=0
for f in locale/??/LC_MESSAGES; do
echo -n "* merging $f/messages.po: "
- msgmerge $f/messages.po locale/messages.po --output-file=$f/messages.po.new &> /dev/null
-
+ [ -f $f/messages.po ] && msgmerge $f/messages.po locale/messages.po --output-file=$f/messages.po.new &> /dev/null || /bin/true
if [ $? -eq 0 ]; then
echo "done";
else