Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Juris-M/zotero-standalone-build
Browse files Browse the repository at this point in the history
  • Loading branch information
fbennett committed Sep 9, 2016
2 parents e1c7d6e + e87b587 commit db03f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grab_xpis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ EOF
cd "zotero-standalone-build/modules/${LOCAL_DIR}"
echo " ${URL} -> ${f}.xpi"
curl -s -o "${f}.xpi" -L "${URL}"
unzip "${f}.xpi"
unzip -q "${f}.xpi"
rm "${f}.xpi"
cd ../../..
fi
Expand Down

0 comments on commit db03f27

Please sign in to comment.