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.9 by williamc, Thu May 4 18:30:26 2000 UTC vs.
Revision 1.1.2.10 by williamc, Fri May 5 14:18:45 2000 UTC

# Line 273 | Line 273 | sub Environment_Start {
273            $self->{currentenvtext}="";
274            $self->{EnvContext}=$$hashref{'name'};
275            undef $self->{Envvalue};
276 <          if ( exists $$hahsref{'type'} ) {
277 <            $self->{tool}->type($$hashref{'name'},$$hahsref{'type'});
276 >          if ( exists $$hashref{'type'} ) {
277 >            $$hashref{'type'}=~tr[A-Z][a-z];
278 >            $self->{tool}->type($$hashref{'name'},$$hashref{'type'});
279            }
280            if ( exists $$hashref{'value'}) {
281              $self->{Envvalue}=$$hashref{'value'};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines