fixing repos-to-tx error with EN + pb with alternc-mailman

This commit is contained in:
Benjamin Sonntag 2012-08-21 17:11:15 +00:00
parent f9a8a881cd
commit 859ee18261
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ do
"alternc/trunk/tmp.$lang/" "alternc/trunk/tmp.$lang/"
# now we have all .po files in one folder, merge them into one big catalog: # now we have all .po files in one folder, merge them into one big catalog:
msgcat --use-first -o "alternc/trunk/lang/${lang}.po" alternc/trunk/tmp.$lang/* msgcat --use-first -o "alternc/trunk/lang/${lang}.po" alternc/trunk/tmp.$lang/*
# rm -rf "alternc/trunk/tmp.$lang" rm -rf "alternc/trunk/tmp.$lang"
echo "done" echo "done"
done done