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 { |
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", |