aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-09-25 18:23:34 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-09-25 18:23:34 +0000
commit33cd46fe6105e2fba44fe41cd5dd39cfe6985817 (patch)
treec33a1fd52354689bdc2a9d73c49cf37578e4431c /contrib
parent54d2be5a40cdd35d62e4f22264367d1aab9979e9 (diff)
downloadsrc-33cd46fe6105e2fba44fe41cd5dd39cfe6985817.tar.gz
src-33cd46fe6105e2fba44fe41cd5dd39cfe6985817.zip
Missing quote
PR: misc/19745 Submitted by: Tony Finch <dot@dotat.at>
Notes
Notes: svn path=/head/; revision=66361
Diffstat (limited to 'contrib')
-rw-r--r--contrib/cvs/contrib/sccs2rcs.csh3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/cvs/contrib/sccs2rcs.csh b/contrib/cvs/contrib/sccs2rcs.csh
index 8243890603dd..be0053ccd611 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