Ignore:
Timestamp:
May 13, 2008, 12:25:12 PM (16 years ago)
Author:
rybkin
Message:

See C.L. 358

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/source/cmt_parser.cxx

    r453 r457  
    14401440  //if (command.substr (0, 3) == "cmt") is_cmt = true;
    14411441
     1442  cmt_string curuse = CmtSystem::pwd ();
    14421443  if (all_packages)
    14431444    {
     
    15051506          }
    15061507
     1508        curuse = s;
     1509
    15071510        cmt_string& v = versions.add ();
    15081511        v = use->version;
     
    15321535      bool excluded = false;
    15331536
    1534       if (path_selections.size () > 0)
     1537      /**
     1538         Ensure that the current package is not skipped
     1539         due to symlinks in the paths
     1540       */
     1541      //      if (path_selections.size () > 0)
     1542      if (path_selections.size () > 0 && s != curuse)
    15351543        {
    15361544          selected = false;
Note: See TracChangeset for help on using the changeset viewer.