X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fupdate-locale;h=033ba84a3fcbb35167e3731820ff4aec61e171e7;hb=7d91fb5e49a03ff86feb758a77cad724964ecf0b;hp=8c38ab65d7ba86cddf238ae4572ac3ed644cfb23;hpb=5039c1ac0f8a45e479d413b0657c048bc249333f;p=gosa.git diff --git a/gosa-core/update-locale b/gosa-core/update-locale index 8c38ab65d..033ba84a3 100755 --- a/gosa-core/update-locale +++ b/gosa-core/update-locale @@ -46,10 +46,10 @@ generate_po() { DICT="" [ -r $DICT_FILE_ALL ] && DICT="-C $DICT_FILE_ALL" [ ${#DICT} -eq 0 ] && [ -r $DICT_FILE_CORE ] && DICT="-C $DICT_FILE_CORE" - msgmerge $DICT $f/messages.po locale/${l_path}messages.po --output-file=$f/messages.po.tmp + msgmerge $DICT $f/messages.po locale/${l_path}messages.po --output-file=$f/messages.po.tmp &> /dev/null # Filter out duplicates - msguniq $f/messages.po.tmp --output-file=$f/messages.po.new + msguniq $f/messages.po.tmp --output-file=$f/messages.po.new &> /dev/null rm $f/messages.po.tmp # Do an extra check for dummy dir 'locale/en/LC_MESSAGES'