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


Ignore:
Timestamp:
Aug 30, 2017, 5:07:40 PM (7 years ago)
Author:
Bruno Cornec
Message:

Return from Env.pm early enough if command is updateconf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r2258 r2259  
    10951095        $fyml =~ s/\.pb/.yml/;
    10961096        $fyml =~ s/\.pbrc/.pbrc.yml/;
    1097         pb_update_conf_v0($f,$fyml);
     1097        pb_conf_update_v0($f,$fyml);
    10981098    }
    10991099} elsif ($action =~ /^getconf$/) {
Note: See TracChangeset for help on using the changeset viewer.