Update makerelease

This commit is contained in:
MatMoul 2015-08-30 00:40:12 +02:00
parent 9f801a394e
commit 83df961b10

View file

@ -85,3 +85,7 @@ echo "?>" >> $pubfile
scp $pubfile matmoul@web.sourceforge.net:/home/project-web/$prjname/htdocs/$prjname-lib/index.php
rm -R .build
if [ ! "$branch" = "master" ]; then
git checkout $branch
fi