summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 46b19f1..209aa3b 100644
--- a/README
+++ b/README
@@ -663,7 +663,7 @@ sfeed_update_xargs shellscript:
# make sure path exists.
mkdir -p "${sfeedpath}"
# print feeds for parallel processing with xargs.
- feeds | SFEED_UPDATE_CHILD="1" xargs -0 -P "${maxjobs}" -L 6 "$(readlink -f "$0")"
+ feeds | SFEED_UPDATE_CHILD="1" xargs -r -0 -P "${maxjobs}" -L 6 "$(readlink -f "$0")"
# cleanup temporary files etc.
cleanup