summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-09-25 18:23:34 +0000
committerpeter <peter@FreeBSD.org>2000-09-25 18:23:34 +0000
commita9a721b7061259dbb530bf837770ac49cc3eb608 (patch)
tree7502edfa8e342dc7dacbff39c0048aa4522f00d3 /contrib
parent72c8811083b11214841357c89840ddd617af521e (diff)
downloadFreeBSD-src-a9a721b7061259dbb530bf837770ac49cc3eb608.zip
FreeBSD-src-a9a721b7061259dbb530bf837770ac49cc3eb608.tar.gz
Missing quote
PR: misc/19745 Submitted by: Tony Finch <dot@dotat.at>
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 8243890..be0053c 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
OpenPOWER on IntegriCloud