From: cajus Date: Fri, 5 Dec 2008 08:32:53 +0000 (+0000) Subject: Reverted debug version X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e7a1cdf08d81819853d5857b65067bede59a58f7;p=gosa.git Reverted debug version git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13167 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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'