$NetBSD: patch-ao,v 1.1 2006/10/22 20:29:49 rillig Exp $

--- tools/cvdr.orig	2001-04-18 19:32:24.000000000 +0200
+++ tools/cvdr	2006-10-22 22:28:06.000000000 +0200
@@ -62,7 +62,7 @@ done
 	# CVS/Repository.  Most recent versions of CVS/Repository
 	# don't include the repository anyway, and so if it isn't set we
 	# ignore it.
-if [ "$CVSROOT" == "" ] ; then
+if [ "$CVSROOT" = "" ] ; then
 	FULLFILE=`cat CVS/Repository`/$file
 else
 	FULLFILE=`sed "s^$CVSROOT/^^" CVS/Repository`/"$file"
