From: wangdi Date: Thu, 24 May 2007 14:01:50 +0000 (+0000) Subject: Branch:b_hd_ctxt X-Git-Tag: v1_7_100~83 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=87ff0325dd5203171308a8128451bbdfadc9b9ef;p=fs%2Flustre-release.git Branch:b_hd_ctxt update from b1_6 --- 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