- Timestamp:
- Feb 24, 2012, 2:52:23 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/lib/ProjectBuilder/CMS.pm
r1302 r1421 827 827 close(CL); 828 828 my $command = pb_check_req("svn2cl",1); 829 if ( -x $command) {829 if ((defined $command) && (-x $command)) { 830 830 pb_system("$command --group-by-day --authors=$authors -i -o $dest/ChangeLog $pkgdir","Generating ChangeLog from SVN with svn2cl"); 831 831 } else {
Note:
See TracChangeset
for help on using the changeset viewer.