Whamcloud - gitweb
Branch:b_hd_ctxt
authorwangdi <wangdi>
Thu, 24 May 2007 14:01:50 +0000 (14:01 +0000)
committerwangdi <wangdi>
Thu, 24 May 2007 14:01:50 +0000 (14:01 +0000)
update from b1_6

build/branch.sh

index 88c0e42..0b9b1cd 100755 (executable)
@@ -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