Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-build

Conflicts:
	VERSION
  • Loading branch information
fbennett committed Nov 12, 2016
2 parents ae8d298 + db03f27 commit 682af99
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 682af99

Please sign in to comment.