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

Comparing COMP/SCRAM/src/BuildSystem/BuildSetup.pm (file contents):
Revision 1.1.2.6 by williamc, Sat May 6 13:29:25 2000 UTC vs.
Revision 1.1.2.7 by williamc, Tue May 30 11:52:05 2000 UTC

# Line 40 | Line 40 | sub _generateexternals {
40          # -- get list of dependent files
41          my $datadir=$ENV{LOCALTOP}."/.SCRAM/".$ENV{SCRAM_ARCH};
42          $fdir=FileHandle->new();
43 <        opendir $fdir, $datadir or die
44 <                        "unable to access $datadir $!\n";
43 >        opendir $fdir, $datadir;
44          my @depfiles=grep !/^\.\.?$/, readdir $fdir;
45          undef $fdir;
46          for (my $i=0; $i<=$#depfiles; $i++ ) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines