Skip to content

Commit

Permalink
Tweak to build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
martindholmes committed Aug 20, 2015
1 parent 9c3b1f6 commit 327e4f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_release_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ echo "" >> tmp/README.txt
cat code/instructions.txt >> tmp/README.txt
zip -rj tmp/codesharing.zip code/*
zip -rj tmp/codesharing.zip tmp/README.txt
cp tmp/codesharing.zip codesharing_rev_${REVISION}.zip
cp tmp/codesharing.zip codesharing_rev_${HASH}.zip
rm -rf tmp
echo ""
echo "*** Created codesharing_rev_$REVISION.zip file ***"
echo "*** Created codesharing_rev_$HASH.zip file ***"
echo ""

0 comments on commit 327e4f4

Please sign in to comment.