diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2012-08-03 15:33:56 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2012-08-03 15:33:56 +0200 |
commit | b5c80f6e258208be4a29edde7047127e99315f28 (patch) | |
tree | fa2ae73eead8b321ec284d8d517e009509d1dfba | |
parent | cee3672647ac9714a7f8c1d3acf17dab7ff5efd6 (diff) |
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>
-rwxr-xr-x | sfeed_opml_export | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sfeed_opml_export b/sfeed_opml_export index 870ae34..287555e 100755 --- 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> |