Changeset 2222 in ProjectBuilder for devel/pb-modules
- Timestamp:
- Mar 24, 2017, 1:28:36 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb-modules/lib/ProjectBuilder/Distribution.pm
r2221 r2222 560 560 } else { 561 561 pb_log(0, "ERROR: destination file $dest exists and is different than source $src\n"); 562 pb_system("cat $dest","INFO: Dest...\n" );563 pb_system("cat $src","INFO: New...\n" );562 pb_system("cat $dest","INFO: Dest...\n","verbose"); 563 pb_system("cat $src","INFO: New...\n","verbose"); 564 564 pb_log(1, "INFO: Returning...\n"); 565 565 return(1);
Note:
See TracChangeset
for help on using the changeset viewer.