The branch, master has been updated via 7f95686... Fix release script to work with recent git versions from f346079... s4:tls: fix the build on Solaris
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit 7f956869ff7a8e481afb9db0c52a0d74d809867a Author: Simo Sorce <i...@samba.org> Date: Tue Dec 15 09:17:25 2009 -0500 Fix release script to work with recent git versions ----------------------------------------------------------------------- Summary of changes: lib/talloc/script/release-script.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Changeset truncated at 500 lines: diff --git a/lib/talloc/script/release-script.sh b/lib/talloc/script/release-script.sh index 4804f6f..fd5c1ef 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 "." "-"` -- Samba Shared Repository