Changeset 2384 in ProjectBuilder for devel/pb/bin/pb


Ignore:
Timestamp:
Mar 18, 2019, 7:44:47 PM (5 years ago)
Author:
Bruno Cornec
Message:

Fix a typo and list of VEs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r2376 r2384  
    50535053    $nport = $port->{"$pbos->{'name'}-$pbos->{'version'}-$pbos->{'arch'}"};
    50545054} else {
    5055     die "No port passed in parameter. You may miss a config file. Report to dev team\n" if (not defined $port->{'PBPROJ'}});
     5055    die "No port passed in parameter. You may miss a config file. Report to dev team\n" if (not defined $port->{'PBPROJ'});
    50565056    $nport = $port->{$ENV{'PBPROJ'}};
    50575057}
Note: See TracChangeset for help on using the changeset viewer.