summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsfeed_update2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_update b/sfeed_update
index 85cd759..1bdafed 100755
--- a/sfeed_update
+++ b/sfeed_update
@@ -216,7 +216,7 @@ main() {
# print feeds for parallel processing with xargs.
feeds > "${sfeedtmpdir}/jobs" || die
- SFEED_UPDATE_CHILD="1" xargs -s 65535 -x -0 -P "${maxjobs}" -n 1 \
+ SFEED_UPDATE_CHILD="1" xargs -x -0 -P "${maxjobs}" -n 1 \
"$(readlink -f "${argv0}")" < "${sfeedtmpdir}/jobs"
statuscode=$?