From b3ba9b33bb38beea10d92973700db615fd71c4da Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 11 Jan 2005 16:52:31 +0000 Subject: [PATCH] Remove [A-Z]* regexp since it matches b* for some reason. --- build/buildcvs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/buildcvs b/build/buildcvs index acd89ec..4d0a263 100644 --- a/build/buildcvs +++ b/build/buildcvs @@ -1,4 +1,5 @@ # This file is sourced by lustre/lustrecvs +set -vx portalstag="HEAD" libsysiotag="LIBSYSIO_HEAD_20040809" @@ -44,7 +45,7 @@ case "$lustretag" in portalstag="b_port_step" ;; - v1_[0-3]*|v1_4_0*|[A-Z]*) + v1_[0-3]*|v1_4_0*) portalstag="$lustretag" ;; -- 1.8.3.1