summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gen-installed-chrome.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen-installed-chrome.sh b/gen-installed-chrome.sh
index b94fc6d..21c4dba 100644
--- a/gen-installed-chrome.sh
+++ b/gen-installed-chrome.sh
@@ -17,7 +17,7 @@ find_dir() {
while [ -n "$1" ]; do
DIR=$(mktemp -d unzip.XXXXXX)
cd $DIR
- unzip ../$1 >/dev/null || exit 2
+ unzip -qq ../$1 || exit 2
JAR=$(basename $1)
find -name contents.rdf \