Skip to content

Commit

Permalink
Quiet unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
parched committed May 20, 2016
1 parent 79e70ae commit 21eb0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function download_file
#2 The output directory
function zip_extract
{
unzip "$1" -d "$2"
unzip -q "$1" -d "$2"
}

## Extracts a 7zip file
Expand Down

0 comments on commit 21eb0cf

Please sign in to comment.