diff options
-rw-r--r-- | build/po_functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/po_functions b/build/po_functions index 561210105..c6b6ea2a3 100644 --- a/build/po_functions +++ b/build/po_functions @@ -24,7 +24,7 @@ generate_xml () { sh -c "cd ..; ./scripts/update_po $lang" RET=$?; [ $RET -ne 0 ] && return $RET || true - sh -c "cd ..; ./scripts/create_xml $lang" + sh -c "cd ..; ./scripts/create_xml $lang 2>&1 | grep -v 'found empty tag para'" RET=$?; [ $RET -ne 0 ] && return $RET || true echo "Info: generation of XML files complete" |