summaryrefslogtreecommitdiff
path: root/build/po_functions
diff options
context:
space:
mode:
authorChristian Perrier <bubulle@debian.org>2010-10-24 13:05:23 +0000
committerChristian Perrier <bubulle@debian.org>2010-10-24 13:05:23 +0000
commit52ec70e35af77a9e0150cbc8a1993c87b553f10e (patch)
treee4b4ae76f7f3e2ff3339b3c283e458418301c676 /build/po_functions
parenteb91646f96d40405882918d31ab858d2d5daf95f (diff)
downloadinstallation-guide-52ec70e35af77a9e0150cbc8a1993c87b553f10e.zip
Filter out annoying output from po2xml
Diffstat (limited to 'build/po_functions')
-rw-r--r--build/po_functions2
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"