[BACK]Return to commit_prep.pl CVS log [TXT][DIR] Up to [local] / CVSROOT

Diff for /CVSROOT/commit_prep.pl between version 1.2 and 1.3

version 1.2, 1999/10/27 18:03:00 version 1.3, 1999/10/30 16:01:35
Line 82  sub check_version {
Line 82  sub check_version {
   
     if ($pos == -1) {      if ($pos == -1) {
         printf($NoId, $filename);          printf($NoId, $filename);
         return(1);          return(0);
     }      }
     $bareid = (index($line, "\$\OpenXM: \$") >= 0 ||      $bareid = (index($line, "\$\OpenXM: \$") >= 0 ||
                 index($line, "\$\OpenXM\$") >= 0);                  index($line, "\$\OpenXM\$") >= 0);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>