Skip to content

Commit

Permalink
add the -z flag
Browse files Browse the repository at this point in the history
  • Loading branch information
whyrusleeping committed Apr 27, 2016
1 parent ff056ad commit f6cd6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist_get
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ unarchive() {
tar.gz)
if have_binary tar; then
echo "==> using 'tar' to extract binary from archive"
cat "$infile" | tar -O -x "$distname/$distname" > "$outfile"
cat "$infile" | tar -O -z -x "$distname/$distname" > "$outfile"
else
die "no binary on system for extracting tar files"
fi
Expand Down

0 comments on commit f6cd6d4

Please sign in to comment.