Changeset 709 for trunk/bin


Ignore:
Timestamp:
Nov 27, 2008, 12:37:22 AM (15 years ago)
Author:
Peter Johansson
Message:

ignoreing dir that is '.' in concatenate_path and thereby error message about default config './.svndigest/config' becomes '.svndigest/config'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/Parameter.cc

    r708 r709  
    6565
    6666    if (!config_file_->present())
    67       config_file_->value(root_->value()+"/.svndigest/config");
     67      config_file_->value(concatenate_path(root_->value(),".svndigest/config"));
    6868
    6969    // analyse arguments
Note: See TracChangeset for help on using the changeset viewer.