Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jul 2000 00:42:25 GMT
From:      Tony Finch <dot@dotat.at>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   misc/19745: Missing " character in sccs2rcs
Message-ID:  <200007070042.AAA05468@hand.dotat.at>

next in thread | raw e-mail | index | archive | help

>Number:         19745
>Category:       misc
>Synopsis:       Missing " character in sccs2rcs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 06 18:50:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Tony Finch <dot@dotat.at>
>Release:        FreeBSD 4.0-STABLE-20000705 i386
>Organization:
dotat
>Environment:

FreeBSD hand.dotat.at 4.0-STABLE-20000705 FreeBSD 4.0-STABLE-20000705 #0: Wed Jul  5 18:19:37 GMT 2000     root@hand.dotat.at:/build/obj/build/src/sys/DELL-Latitude-CPx  i386

>Description:

Missing " character in sccs2rcs at the end of line 72

>How-To-Repeat:

Try running sccs2rcs in a directory with populated SCCS and RCS subdirectories.

>Fix:

--- /usr/src/contrib/cvs/contrib/sccs2rcs.csh	Fri Jan 15 12:05:57 1999
+++ sccs2rcs.csh	Fri Jul  7 00:37:40 2000
@@ -69,7 +69,7 @@
 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

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007070042.AAA05468>