From: adilger Date: Tue, 11 Jan 2005 16:52:31 +0000 (+0000) Subject: Remove [A-Z]* regexp since it matches b* for some reason. X-Git-Tag: v1_7_100~1685 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=b3ba9b33bb38beea10d92973700db615fd71c4da Remove [A-Z]* regexp since it matches b* for some reason. --- 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" ;;