ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/BuildSystem/ToolDoc.pm
(Generate patch)

Comparing COMP/SCRAM/src/BuildSystem/ToolDoc.pm (file contents):
Revision 1.1.2.3 by williamc, Wed Apr 19 09:23:16 2000 UTC vs.
Revision 1.1.2.4 by williamc, Thu Apr 20 12:38:00 2000 UTC

# Line 84 | Line 84 | sub setup {
84          $self->{tool}->version($version);
85          $self->{tool}->url($file);
86          $self->{switch}->filetoparse($file);
87 +        $self->{toolfound}=1;
88          $self->{switch}->parse("setup");
89 <        return 0;
89 >        return $self->{toolfound};
90   }
91  
92   sub featuretext {
# Line 243 | Line 244 | sub Tool_Start {
244                  allowgroup("Toolactive",$self->{switch}->currentparsename());
245            $self->{ToolEnv}{'SCRAMtoolname'}=$$hashref{'name'};
246            $self->{ToolEnv}{'SCRAMtoolversion'}=$$hashref{'version'};
247 +          $self->{toolfound}=0;
248          }
249          else {
250            $self->{switch}->disallowgroup("Toolactive",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines