From cc4d29c0285601e742e4c5cf6fab95638eed5bdb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adam=20Go=C5=82=C4=99biowski?= Date: Sun, 18 May 2008 16:12:22 +0000 Subject: [PATCH] - new Changed files: builder.sh -> 1.558 --- builder.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/builder.sh b/builder.sh index 891b8be..e0d2940 100644 --- a/builder.sh +++ b/builder.sh @@ -1292,6 +1292,13 @@ branch_files() fi local OPTIONS="tag $CVS_FORCE -b" + + # branch exists? + is_tag_a_branch $TAG + if [ $? -eq 1 ]; then + OPTIONS="$OPTIONS -B" + fi + if [ -n "$CVSROOT" ]; then OPTIONS="-d $CVSROOT $OPTIONS" fi -- 2.43.0