[Project] creating release script

This commit is contained in:
Robert von Burg 2014-09-20 14:29:47 +02:00
parent b6f5c01624
commit 5541613c41
1 changed files with 4 additions and 4 deletions

View File

@ -35,10 +35,10 @@ if [ -z "${r}" ] || [ -z "${b}" ] || [ -z "${o}" ] || [ -z "${n}" ] ; then
usage
fi
#if [ "$(git status --short)" != "" ] ; then
# echo "You have uncommitted changes!"
# exit 1
#fi
if [ "$(git status --short)" != "" ] ; then
echo "You have uncommitted changes!"
exit 1
fi
create_release_branch="${c}"
release_branch="${r}"