From owner-cvs-all Sat Dec 15 2: 5:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A48F37B41B; Sat, 15 Dec 2001 02:05:19 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFA5Js12067; Sat, 15 Dec 2001 02:05:19 -0800 (PST) (envelope-from knu) Message-Id: <200112151005.fBFA5Js12067@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 15 Dec 2001 02:05:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh Makefile builtins.def sh.1 src/bin/test test.c src/share/man/man1 builtin.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/12/15 02:05:19 PST Modified files: (Branch: RELENG_4) bin/sh Makefile builtins.def sh.1 bin/test test.c share/man/man1 builtin.1 Log: MFC: Make test(1) a builtin command of sh(1). bin/sh/Makefile rev. 1.31 bin/sh/builtins.def rev. 1.8 - Add test as builtin. share/man/man1/builtin.1 rev. 1.14-1.15 bin/sh/sh.1 rev. 1.56 - Add proper cross references. bin/test/test.c rev. 1.32-1.35 - Fix style bugs I found, and add a comment. - Do not reference argv[1] if no argument is given. - Call error() instead of errx() if compiled as sh(1) builtin. Revision Changes Path 1.30.2.1 +5 -3 src/bin/sh/Makefile 1.7.2.1 +2 -1 src/bin/sh/builtins.def 1.39.2.14 +5 -3 src/bin/sh/sh.1 1.29.2.3 +47 -11 src/bin/test/test.c 1.5.2.11 +11 -2 src/share/man/man1/builtin.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message