mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
Missing quote
PR: misc/19745 Submitted by: Tony Finch <dot@dotat.at>
This commit is contained in:
parent
54d2be5a40
commit
33cd46fe61
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue