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

Comparing COMP/SCRAM/src/BootStrapProject.pm (file contents):
Revision 1.9 by williamc, Tue Mar 30 13:44:00 1999 UTC vs.
Revision 1.10 by williamc, Fri Apr 16 14:50:24 1999 UTC

# Line 51 | Line 51 | sub Bootlocaltop {
51  
52          $switch->checkparam($hashref, $name, "name");
53          $switch->checkparam($hashref, $name, "version");
54 <        $ENV{LOCALTOP}=&cwd."/".$$hashref{'name'}."_".$$hashref{'version'};
54 >        if ( ! defined $ENV{devareaname} ) {
55 >         $ENV{LOCALTOP}=&cwd."/".$$hashref{'name'}."_".$$hashref{'version'};
56 >        }
57 >        else {
58 >         $ENV{LOCALTOP}=&cwd."/".$ENV{devareaname};
59 >        }
60          $scramdir=$ENV{LOCALTOP}."/.SCRAM";
61          &AddDir::adddir($scramdir);
62          chdir $ENV{LOCALTOP};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines