Whamcloud - gitweb
Remove [A-Z]* regexp since it matches b* for some reason.
authoradilger <adilger>
Tue, 11 Jan 2005 16:52:31 +0000 (16:52 +0000)
committeradilger <adilger>
Tue, 11 Jan 2005 16:52:31 +0000 (16:52 +0000)
build/buildcvs

index acd89ec..4d0a263 100644 (file)
@@ -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"
        ;;