Changeset 595 in ProjectBuilder for devel/pb/lib/ProjectBuilder/Env.pm


Ignore:
Timestamp:
Oct 24, 2008, 5:05:53 PM (16 years ago)
Author:
Bruno Cornec
Message:

Fix a bug with newproj and the late declaration of PBTPM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/lib/ProjectBuilder/Env.pm

    r594 r595  
    172172pb_log(2,"PBDEFDIR: $ENV{'PBDEFDIR'}\n");
    173173
     174# Need to do that earlier as it's used potentialy in pb_cms_add
     175pb_temp_init();
     176pb_log(2,"PBTMP: $ENV{'PBTMP'}\n");
     177
    174178# Put under CMS the PBPROJ dir
    175179if (defined $pbinit) {
     
    215219
    216220pb_log(2,"PBBUILDDIR: $ENV{'PBBUILDDIR'}\n");
    217 
    218 pb_temp_init();
    219 pb_log(2,"PBTMP: $ENV{'PBTMP'}\n");
    220221
    221222#
Note: See TracChangeset for help on using the changeset viewer.