diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-01-28 17:05:32 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-01-28 17:05:32 +0100 |
commit | 76274ca7980b2f71fc07b2dc59123e3f66b8fd9d (patch) | |
tree | 6d12b7bf07670f66c0da6681a1ec968cd4461089 /sfeed_update | |
parent | 438634fec934102839e05b5c587d7eb3fdf17571 (diff) |
README: fix xargs -P example when there are no feeds
Kindof a non-issue but if theres a sfeedrc with no feeds then xargs will still
be executed and give an error. The xargs -r option (GNU extension) fixes this:
From the OpenBSD xargs(1) man page:
"-r Do not run the command if there are no arguments. Normally the
command is executed at least once even if there are no arguments."
Reproducable with the sfeedrc:
feeds() {
true
}
Diffstat (limited to 'sfeed_update')
0 files changed, 0 insertions, 0 deletions