Skip to content

Commit 3c4e03f

Browse files
author
Greg Lindahl
committed
maybe this will fix windows
1 parent db23de6 commit 3c4e03f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ wreck_the_warc:
7878
@echo we will break and then fix this warc
7979
cp whirlwind.warc.gz testing.warc.gz
8080
rm -f testing.warc
81-
gunzip testing.warc.gz
81+
gzip -d testing.warc.gz # windows gunzip no work-a
8282
@echo
8383
@echo iterate over this uncompressed warc: works
8484
python ./warcio-iterator.py testing.warc
@@ -90,7 +90,7 @@ wreck_the_warc:
9090
python ./warcio-iterator.py testing.warc.gz || /usr/bin/true
9191
@echo
9292
@echo "now let's do it the right way"
93-
gunzip testing.warc.gz
93+
gzip -d testing.warc.gz
9494
warcio recompress testing.warc testing.warc.gz
9595
@echo
9696
@echo and now iterating works

0 commit comments

Comments
 (0)