Changeset 1261 in ProjectBuilder


Ignore:
Timestamp:
Mar 12, 2011, 3:01:45 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Fix #82 Undescriptive error message for missing pbcl file
File:
1 edited

Legend:

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

    r1192 r1261  
    128128}
    129129
     130die "No changelog file for $pbrealpkg found at $ENV{'PBROOTDIR'}/$pbrealpkg/pbcl" if (not defined $chglog):
     131
    130132open(INPUT,"$chglog") || die "Unable to open $chglog (read)";
    131133
Note: See TracChangeset for help on using the changeset viewer.