diff host/libcdl/database.cxx @ 156:b939e9cada46

Merge from eCos master repository on 2001-03-29-21:44:39-BST
author jlarmour
date Fri, 06 Apr 2001 17:20:13 +0000
parents 6ed91473a1cd
children 0d2b193a635f
line wrap: on
line diff
--- a/host/libcdl/database.cxx
+++ b/host/libcdl/database.cxx
@@ -12,7 +12,7 @@
 //####COPYRIGHTBEGIN####
 //                                                                          
 // ----------------------------------------------------------------------------
-// Copyright (C) 1999, 2000 Red Hat, Inc.
+// Copyright (C) 1999, 2000, 2001 Red Hat, Inc.
 //
 // This file is part of the eCos host tools.
 //
@@ -221,7 +221,7 @@ CdlDbParser::new_package(CdlInterpreter 
                 std::sort(subdirs.begin(), subdirs.end(), Cdl::version_cmp());
                 
                 for (i = 0; i < subdirs.size(); i++) {
-                    if ("CVS" == subdirs[i]) {
+                    if (("CVS" == subdirs[i]) || ("cvs" == subdirs[i])) {
                         continue;
                     }
                     if ("" != package.script) {