Changeset 2176 in ProjectBuilder for devel/pb-modules/lib/ProjectBuilder/Env.pm


Ignore:
Timestamp:
Feb 14, 2017, 7:17:12 PM (7 years ago)
Author:
Bruno Cornec
Message:

Fix package based installation of pb

File:
1 edited

Legend:

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

    r2114 r2176  
    183183    if ((defined $p) && (defined $p->{$ENV{'PBPROJ'}})) {
    184184        $p->{$ENV{'PBPROJ'}} = pb_path_expand($p->{$ENV{'PBPROJ'}});
     185        # TODO: should we add the conf files pointed by project default as well ?
    185186        pb_conf_add("$p->{$ENV{'PBPROJ'}}/.pbrc") if (-f "$p->{$ENV{'PBPROJ'}}/.pbrc");
    186187    }
Note: See TracChangeset for help on using the changeset viewer.