Changeset 194


Ignore:
Timestamp:
May 31, 2006, 10:24:22 PM (18 years ago)
Author:
garonne
Message:

add the realpath function call for show packages

File:
1 edited

Legend:

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

    r190 r194  
    598598  cmt_string compressed_path = path;
    599599  CmtSystem::compress_path (compressed_path);
    600   scan_path (compressed_path, 0, a);
     600  CmtSystem::realpath      (compressed_path, compressed_path);
     601  scan_path                (compressed_path, 0, a);
    601602
    602603  _running = false;
Note: See TracChangeset for help on using the changeset viewer.