From owner-cvs-bin Mon Jan 29 14:53:56 1996 Return-Path: owner-cvs-bin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA17996 for cvs-bin-outgoing; Mon, 29 Jan 1996 14:53:56 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA17956 Mon, 29 Jan 1996 14:53:31 -0800 (PST) Date: Mon, 29 Jan 1996 14:53:31 -0800 (PST) From: Mike Pritchard Message-Id: <199601292253.OAA17956@freefall.freebsd.org> To: cvs-bin, CVS-committers Subject: cvs commit: src/bin/expr expr.1 Sender: owner-cvs-bin@FreeBSD.ORG Precedence: bulk mpp 96/01/29 14:53:29 Modified: bin/expr expr.1 Log: Fix some spelling errors. Revision Changes Path 1.4 +5 -5 src/bin/expr/expr.1 From owner-cvs-bin Sat Feb 3 05:28:06 1996 Return-Path: owner-cvs-bin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28865 for cvs-bin-outgoing; Sat, 3 Feb 1996 05:28:06 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28833 Sat, 3 Feb 1996 05:27:56 -0800 (PST) Date: Sat, 3 Feb 1996 05:27:56 -0800 (PST) From: Joerg Wunsch Message-Id: <199602031327.FAA28833@freefall.freebsd.org> To: cvs-bin, CVS-committers Subject: cvs commit: src/bin/sh Makefile parser.c Sender: owner-cvs-bin@FreeBSD.ORG Precedence: bulk joerg 96/02/03 05:27:56 Modified: bin/sh Makefile parser.c Log: Fix the borokeness that crept in with rev 1.10 of parser.c, the sh didn't correctly start background jobs anymore. Strange that nobody was complaining... Add a dummy target for `builtins' in the Makefile, to prevent it from attempting to build this file by compiling builtins.c. :-/ Revision Changes Path 1.9 +4 -1 src/bin/sh/Makefile 1.11 +2 -2 src/bin/sh/parser.c