diff options
Diffstat (limited to 'build/po_functions')
-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 6b954b3de..2d2618e2b 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 2>&1 | grep -v 'found empty tag para'" + sh -c "cd ..; ./scripts/create_xml $lang" RET=$?; [ $RET -ne 0 ] && return $RET || true echo "Info: generation of XML files complete" |