2013-09-26 17:14:40 +02:00

14 lines
486 B
Plaintext

$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"