summaryrefslogtreecommitdiffstats
path: root/lib/feed.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-05-26 00:45:29 (EDT)
committer P. J. McDermott <pj@pehjota.net>2015-05-26 00:45:29 (EDT)
commitecb7de9b4e304faec007f734489e0a025efa70c4 (patch)
tree47e38dac8630345acb34b7d471d3d64194cadaec /lib/feed.sh
parent3da6f63bdcde6a106b746372aa278ba669aa21d1 (diff)
parent83bcfb556cfc36246c99cf92f0bc0ec8a8e6d755 (diff)
Merge branch 'master' into feature/installer-integration
Conflicts: lib/cmd/install.sh
Diffstat (limited to 'lib/feed.sh')
-rw-r--r--lib/feed.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/feed.sh b/lib/feed.sh
index 2e4a141..8d29640 100644
--- a/lib/feed.sh
+++ b/lib/feed.sh
@@ -42,7 +42,7 @@ feed_download()
local gzip=
if ${use_gzip}; then
- gzip=gzip
+ gzip=gunzip
else
gzip=cat
fi