Ignore:
Timestamp:
06/04/08 03:04:36 (5 years ago)
Author:
bruno
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.