summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2022-03-22 17:29:11 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2022-03-22 17:29:11 +0100
commit70426c5b55dd9d1f96860644d868fb3399e5a4df (patch)
tree2581b249ff3e467777b511e4c6cf741b8851b106
parentda2726ca7789f7b6edf85cee496f20fdc1332afc (diff)
README: sfeed_download: remove a line
-rw-r--r--README3
1 files changed, 1 insertions, 2 deletions
diff --git a/README b/README
index db61a18..6ce4231 100644
--- a/README
+++ b/README
@@ -815,8 +815,7 @@ arguments are specified then the data is read from stdin.
fi
log "${feedname}" "${msg}" "START"
- fetch "${url}" "${feedname}"
- if [ $? = 0 ]; then
+ if fetch "${url}" "${feedname}"; then
log "${feedname}" "${msg}" "OK"
# append it safely in parallel to the cachefile on a