From 33cd46fe6105e2fba44fe41cd5dd39cfe6985817 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 25 Sep 2000 18:23:34 +0000 Subject: [PATCH] Missing quote PR: misc/19745 Submitted by: Tony Finch --- contrib/cvs/contrib/sccs2rcs.csh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/cvs/contrib/sccs2rcs.csh b/contrib/cvs/contrib/sccs2rcs.csh index 8243890603d..be0053ccd61 100644 --- a/contrib/cvs/contrib/sccs2rcs.csh +++ b/contrib/cvs/contrib/sccs2rcs.csh @@ -42,6 +42,7 @@ # ...!harvard!cg-atla!viewlog!kenstir # # Various hacks made by Brian Berliner before inclusion in CVS contrib area. +# $FreeBSD$ #we'll assume the user set up the path correctly @@ -69,7 +70,7 @@ endif if (-d RCS) then echo "Warning: RCS directory exists" if (`ls -a RCS | wc -l` > 2) then - echo "Error: RCS directory not empty + echo "Error: RCS directory not empty" exit 1 endif else