diff options
Diffstat (limited to 'scripts/fetch-curl.rc')
| -rw-r--r-- | scripts/fetch-curl.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fetch-curl.rc b/scripts/fetch-curl.rc index a5689e5c..edc2b6e5 100644 --- a/scripts/fetch-curl.rc +++ b/scripts/fetch-curl.rc @@ -17,7 +17,7 @@ if(! sha256sum -c sha256 >[2]/dev/null) { for(archive in `{awk '{print $2}' sha256}) { switch($archive) { - case *.tar.gz + case *.tar.gz *.tgz tool=zcat case *.tar.bz2 tool=bzcat |
