sherpa is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" (/hepforge/svn/sherpa does not appear to be a Subversion repository.). Look in the Trac log for more information.

Ticket #224: path_1.patch

File path_1.patch, 554 bytes (added by Stefan Hoeche, 12 years ago)
  • SHERPA/Initialization/Initialization_Handler.C

     
    862862      value = par.substr(equal+1);
    863863      key   = par = par.substr(0,equal);
    864864      if (key=="PATH") {
    865         if (value[value.length()-1]=='/') value.erase(value.length()-1,1);
     865        if (value[value.length()-1]!='/') value+='/';
    866866        m_path=value;
    867867        oit=helpsv.erase(oit);
    868868      }