=================================================================== RCS file: /home/cvs/CVSROOT/commit_prep.pl,v retrieving revision 1.1 retrieving revision 1.3 diff -u -p -r1.1 -r1.3 --- CVSROOT/commit_prep.pl 1999/10/27 17:45:04 1.1 +++ CVSROOT/commit_prep.pl 1999/10/30 16:01:35 1.3 @@ -82,7 +82,7 @@ sub check_version { if ($pos == -1) { printf($NoId, $filename); - return(1); + return(0); } $bareid = (index($line, "\$\OpenXM: \$") >= 0 || index($line, "\$\OpenXM\$") >= 0); @@ -140,7 +140,7 @@ close(ENTRIES); $directory = $ARGV[0]; shift @ARGV; -$cvsroot=$ENV{'CVSROOT'} || "/home/ncvs"; +$cvsroot=$ENV{'CVSROOT'} || "/usr/cvs"; $directory =~ s,^$cvsroot[/]+,,; if ($directory =~ /^OpenXM/) {