- Timestamp:
- Jun 2, 2010, 2:43:19 PM (13 years ago)
- Location:
- trunk/bin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/Parameter.cc
r1060 r1061 180 180 void Parameter::init(void) 181 181 { 182 // don't use argv[0] because user may rename the binary183 cmd_.program_name() = PACKAGE_NAME;184 182 config_file_.print_arg("=FILE"); 185 183 root_.print_arg("=ROOT"); -
trunk/bin/svndigestParameter.cc
r1060 r1061 135 135 void svndigestParameter::init2(void) 136 136 { 137 // don't use argv[0] because user may rename the binary138 cmd_.program_name() = "svndigest";139 137 anchor_format_.print_arg("=FMT"); 140 138 format_.print_arg("=FMT");
Note: See TracChangeset
for help on using the changeset viewer.