commit b5c80f6e258208be4a29edde7047127e99315f28
parent cee3672647ac9714a7f8c1d3acf17dab7ff5efd6
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 3 Aug 2012 15:33:56 +0200
sfeed_opml_export: wait for all items to be output...
before writing footer of opml. Since feeds can be specified in the
config to be processed in parralel.
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/sfeed_opml_export b/sfeed_opml_export
@@ -45,6 +45,8 @@ cat <<!
!
feeds
+# wait till all items are processed (in parallel).
+wait
cat <<!
</body>