From 7f956869ff7a8e481afb9db0c52a0d74d809867a Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 15 Dec 2009 09:17:25 -0500 Subject: Fix release script to work with recent git versions --- lib/talloc/script/release-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/talloc') diff --git a/lib/talloc/script/release-script.sh b/lib/talloc/script/release-script.sh index 4804f6ff58..fd5c1eff5d 100755 --- a/lib/talloc/script/release-script.sh +++ b/lib/talloc/script/release-script.sh @@ -23,7 +23,7 @@ fi git clean -f -x -d lib/talloc 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 "." "-"` -- cgit