summaryrefslogtreecommitdiff
path: root/lang/mercury/patches/patch-ao
blob: cdd21e63da2e623001564c8cfc5f55984f127d73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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"