Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Fix release for taggued version
Browse files Browse the repository at this point in the history
  • Loading branch information
pasnox committed May 2, 2014
1 parent 6da828c commit 4461719
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/release-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@ fi

if [ -z "$VERSION" ]; then
VERSION=`echo "$SVN_REVISION" | cut -d'-' -f1`
VERSION=`echo "$VERSION" | cut -d'v' -f2`
fi

VERSION=`echo "$VERSION" | cut -d'v' -f2`

echo $VERSION
echo $VERSION_STR
echo $SVN_REVISION

BASE_NAME=qwbfsmanager-$VERSION_STR
FOLDER_NAME=$BASE_NAME-src
TAR_GZ_FILE=$FOLDER_NAME.tar.gz
Expand Down

0 comments on commit 4461719

Please sign in to comment.