--- loncom/build/filecompare.pl 2002/02/05 00:52:08 1.11 +++ loncom/build/filecompare.pl 2002/04/27 21:12:18 1.12 @@ -3,7 +3,7 @@ # The LearningOnline Network with CAPA # filecompare.pl - script used to help probe and compare file statistics # -# $Id: filecompare.pl,v 1.11 2002/02/05 00:52:08 harris41 Exp $ +# $Id: filecompare.pl,v 1.12 2002/04/27 21:12:18 harris41 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -503,7 +503,7 @@ sub cvstime { } my $cvstime; if ($buildmode!=3) { - my $entry=`grep '^/$file/' ${path}CVS/Entries`; + my $entry=`grep '^/$file/' ${path}CVS/Entries 2>/dev/null`; # or # die('*** WARNING *** cannot grep against '.${path}. # 'CVS/Entries for ' .$file . "\n");