Changeset 473 in ProjectBuilder for devel/pb/lib/ProjectBuilder/Filter.pm


Ignore:
Timestamp:
Jun 4, 2008, 3:04:36 AM (16 years ago)
Author:
Bruno Cornec
Message:

Working announce action for pb

File:
1 edited

Legend:

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

    r462 r473  
    166166pb_log(2,"DEBUG: From $f to $destfile\n");
    167167pb_mkdir_p(dirname($destfile)) if (! -d dirname($destfile));
    168 open(DEST,"> $destfile") || die "Unable to create $destfile";
     168open(DEST,"> $destfile") || die "Unable to create $destfile: $!";
    169169open(FILE,"$f") || die "Unable to open $f: $!";
    170170while (<FILE>) {
Note: See TracChangeset for help on using the changeset viewer.