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

Comparing COMP/SCRAM/src/BuildSystem/ToolData.pm (file contents):
Revision 1.2 by sashby, Fri Dec 10 13:41:37 2004 UTC vs.
Revision 1.3 by sashby, Wed Feb 2 16:31:11 2005 UTC

# Line 267 | Line 267 | sub summarize_features()
267     # Finally, look for runtime vars:
268     if (exists($self->{'RUNTIME'}) && (my ($nkeys) = scalar(keys %{$self->{'RUNTIME'}}) > 0 ))
269        {
270 <      while (my ($rt,$val) = each %{$self->{$feature}})
270 >      while (my ($rt,$val) = each %{$self->{'RUNTIME'}})
271           {
272           if ($rt =~ /:/)
273              {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines