Skip to content

Commit

Permalink
quieter extraction with some progress indication
Browse files Browse the repository at this point in the history
  • Loading branch information
freaktechnik committed Aug 24, 2015
1 parent a58fce7 commit 452e4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ case $OSTYPE in
md5_verify "$fname"
fi
echo "Need to extract $fname"
tar xvf "$fname"
tar --checkpoint=.100 -xf "$fname"
fi
} ; )

Expand Down

0 comments on commit 452e4de

Please sign in to comment.