Changeset 1134 in ProjectBuilder for devel/pb/lib/ProjectBuilder/CMS.pm


Ignore:
Timestamp:
Jan 5, 2011, 3:44:01 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • Fix the sendmail require bug for announce command
  • Fix warnings with param undefined for announce command
File:
1 edited

Legend:

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

    r1127 r1134  
    106106} elsif ($scheme =~ /^svn/) {
    107107    # svnversion more precise than svn info if sbx
    108     if ($param eq "CMS") {
     108    if ((defined $param) && ($param eq "CMS")) {
    109109        $tmp = `(LANGUAGE=C $vcscmd info $pburl->{$ENV{'PBPROJ'}} | grep -E '^Revision:' | cut -d: -f2)`;
    110110        $tmp =~ s/\s+//;
Note: See TracChangeset for help on using the changeset viewer.