Changeset 1851 in ProjectBuilder for devel/pb


Ignore:
Timestamp:
Jan 28, 2014, 11:13:42 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Fix #128 by removing the initialization to STDOUT of the FD in pb_display_file and also improving pb_get_content to avoid to handle the last line
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r1850 r1851  
    15091509    pb_mkdir_p($tmpd) if (defined $pbparallel);
    15101510
    1511     # Do it here as this doesn't work in // mode as itdies if it fails
     1511    # Do it here as this doesn't work in // mode as it dies if it fails
    15121512    if ($pbos->{'type'} eq "rpm") {
    15131513        foreach my $d ('RPMS','SRPMS','SPECS','SOURCES','BUILD') {
Note: See TracChangeset for help on using the changeset viewer.