From owner-freebsd-bugs Thu Jul 6 18:50: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2793337BC82 for ; Thu, 6 Jul 2000 18:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA26494; Thu, 6 Jul 2000 18:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hand.dotat.at (hand.dotat.at [212.240.134.135]) by hub.freebsd.org (Postfix) with ESMTP id B9CD537BB45 for ; Thu, 6 Jul 2000 18:41:32 -0700 (PDT) (envelope-from fanf@hand.dotat.at) Received: (from fanf@localhost) by hand.dotat.at (8.9.3/8.9.3) id AAA05468; Fri, 7 Jul 2000 00:42:25 GMT (envelope-from fanf) Message-Id: <200007070042.AAA05468@hand.dotat.at> Date: Fri, 7 Jul 2000 00:42:25 GMT From: Tony Finch Reply-To: Tony Finch To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/19745: Missing " character in sccs2rcs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 >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