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

Comparing COMP/SCRAM/src/Utilities/setarchitecture.pm (file contents):
Revision 1.5.2.1 by williamc, Thu May 6 08:06:27 1999 UTC vs.
Revision 1.5.2.2 by williamc, Mon Mar 20 13:30:26 2000 UTC

# Line 25 | Line 25 | if ( $OSname=~Linux ) {
25   }
26  
27   # simply set to OS type and version
28 + if ( ! defined $ENV{SCRAM_ARCH} ) {
29   $ENV{SCRAM_ARCH}="${OSname}__${OSversion}";
30 + }
31   #print "Setting Architecture to $ENV{SCRAM_ARCH}\n";
32   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines