Skip to content

Commit

Permalink
Add overwrite flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
sundbp committed Jul 24, 2013
1 parent f6cf4f7 commit e8f95c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion do-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rm -rf unpacked-jars/*
echo "Unzipping jars..."
cd input-jars/
for x in *.jar; do
unzip -d ../unpacked-jars $x;
unzip -o -d ../unpacked-jars $x;
done
cd ..
rm -rf unpacked-jars/META-INF/
Expand Down

0 comments on commit e8f95c2

Please sign in to comment.