From 4a7382b4132358840aaa75bd793f29796cfca0a5 Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Tue, 29 Mar 2011 09:15:21 +0200 Subject: Use zcat instead of gzcat as that's apparently more 'portable'. Yay for GNU and its 'standards' :( --- henrietta-cache.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'henrietta-cache.scm') diff --git a/henrietta-cache.scm b/henrietta-cache.scm index fb631ae..c391964 100644 --- a/henrietta-cache.scm +++ b/henrietta-cache.scm @@ -51,7 +51,7 @@ EOF (case distribution-file-type ((targz) (pipe-from-http - uri (sprintf "(cd ~A; gzcat | pax -r -s ',^[^/]*/*,,')" (qs cache-dir)))) + uri (sprintf "(cd ~A; zcat | pax -r -s ',^[^/]*/*,,')" (qs cache-dir)))) ((tarbz2) (pipe-from-http uri (sprintf "(cd ~A; bzcat | pax -r -s ',^[^/]*/*,,')" (qs cache-dir)))) -- cgit v1.2.3