summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2021-02-05 01:25:53 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2021-02-05 01:25:53 +0100
commitafc604c4c9c91febde2a313f731ff59974a533d5 (patch)
treed105946093a89e16725afd6880cb94a784348220 /README
parentfee20df52a9091ee3a3efeaf3ed63b6940fb5be5 (diff)
sfeed_update: $SFEED_UPDATE_INCLUDE: be a bit more precise/pedantic
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 209aa3b..2292902 100644
--- a/README
+++ b/README
@@ -645,7 +645,7 @@ sfeed_update_xargs shellscript:
# process a single feed.
# args are: config, tmpdir, name, feedurl, basesiteurl, encoding
- if [ "${SFEED_UPDATE_CHILD}" != "" ]; then
+ if [ "${SFEED_UPDATE_CHILD}" = "1" ]; then
sfeedtmpdir="$2"
_feed "$3" "$4" "$5" "$6"
exit $?