1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

Fix release script with newer versins of git

(cherry picked from commit 4334092cbae28181ba0d1cf2ac026961f2192972)

Signed-off-by: Stefan Metzmacher <metze@samba.org>

(This used to be ctdb commit 093f57a2c00f2d629a3b58e58202f1a7e1bbd406)
This commit is contained in:
Simo Sorce 2009-12-07 09:25:03 -05:00 committed by Stefan Metzmacher
parent 6e3a572135
commit 2d24073e97

View File

@ -13,7 +13,7 @@ fi
git clean -f -x -d lib/tdb
git clean -f -x -d lib/replace
curbranch=`git-branch |grep "^*" | tr -d "* "`
curbranch=`git branch |grep "^*" | tr -d "* "`
version=$1
strver=`echo ${version} | tr "." "-"`