From owner-cvs-all Tue Oct 1 4:48:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A80C37B401; Tue, 1 Oct 2002 04:48:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DE9143E75; Tue, 1 Oct 2002 04:48:19 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g91BmJCo072842; Tue, 1 Oct 2002 04:48:19 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g91BmJka072841; Tue, 1 Oct 2002 04:48:19 -0700 (PDT) Message-Id: <200210011148.g91BmJka072841@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 1 Oct 2002 04:48:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh exec.c X-FreeBSD-CVS-Branch: HEAD 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 tjr 2002/10/01 04:48:18 PDT Modified files: bin/sh exec.c Log: Restore "not found" error message when searching for (or executing) a program fails because the file or a path component does not exist. Suggested by: bde Revision Changes Path 1.22 +8 -2 src/bin/sh/exec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message