pkgsrc/lang/mercury/patches/patch-ao
asau 93fcdba159 Update to Mercury 0.13.1
The list of changes is too long, it includes 5 years of development.
See NEWS and HISTORY files for details.
2010-07-20 12:29:20 +00:00

13 lines
486 B
Text

$NetBSD: patch-ao,v 1.2 2010/07/20 12:29:21 asau Exp $
--- tools/cvdr.orig 2001-04-18 21:32:24.000000000 +0400
+++ tools/cvdr 2010-01-11 14:20:48.000000000 +0300
@@ -62,7 +62,7 @@
# 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"