summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-12-07 17:21:05 (EST)
committer P. J. McDermott <pj@pehjota.net>2015-12-07 17:21:05 (EST)
commit4d3cb693902001bd315ce5f9d2ab49212ec504b3 (patch)
tree67843522b9d7cbe94d92e06019bf5b3a5ad89ce7
parent26822d7eff1c99138a9125a2c225a37a0c9ae48e (diff)
src/feed.sh: Use ${GUNZIP}
-rw-r--r--src/feed.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feed.sh b/src/feed.sh
index f53f2b0..1fb3d28 100644
--- a/src/feed.sh
+++ b/src/feed.sh
@@ -36,7 +36,7 @@ feed_download()
local gzip=
if ${use_gzip}; then
- gzip=gunzip
+ gzip="${GUNZIP}"
else
gzip=cat
fi