From 87ff0325dd5203171308a8128451bbdfadc9b9ef Mon Sep 17 00:00:00 2001 From: wangdi Date: Thu, 24 May 2007 14:01:50 +0000 Subject: [PATCH] Branch:b_hd_ctxt update from b1_6 --- build/branch.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build/branch.sh b/build/branch.sh index 88c0e42..0b9b1cd 100755 --- a/build/branch.sh +++ b/build/branch.sh @@ -35,13 +35,13 @@ case $child in *) child="b_$child" esac -if [ "$parent" != "HEAD" -a -f $dir/CVS/Tag ]; then +#if [ "$parent" != "HEAD" -a -f $dir/CVS/Tag ]; then # put in separate condition as bash evaluates all conditions unlike C - if [ "`cat $dir/CVS/Tag`" != "T$parent" ]; then - echo "This script must be run within the $parent branch" - exit 1 - fi -fi +# if [ "`cat $dir/CVS/Tag`" != "T$parent" ]; then +# echo "This script must be run within the $parent branch" +# exit 1 +# fi +#fi echo parent: $parent CHILD: $CHILD child: $child date: $date -- 1.8.3.1