summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-12-07 13:42:38 (EST)
committer P. J. McDermott <pj@pehjota.net>2015-12-07 13:42:38 (EST)
commit432aec597b00ad9f9025b625ae9a8afb0139e512 (patch)
tree9168a5a47eafc22175f9aa299a75dbc3c1b50123
parent6db1a5161fd1a7225135326dc1474324d3ec6352 (diff)
src/feed.sh: Use ${WGET}
-rw-r--r--src/feed.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feed.sh b/src/feed.sh
index 4288c2a..f53f2b0 100644
--- a/src/feed.sh
+++ b/src/feed.sh
@@ -41,7 +41,7 @@ feed_download()
gzip=cat
fi
- wget -q -O - "${feed_index}" | ${gzip}
+ ${WGET} -q -O - "${feed_index}" | ${gzip}
return 0
}