From owner-cvs-src-old@FreeBSD.ORG Thu Dec 31 16:17:25 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBE63106568F for ; Thu, 31 Dec 2009 16:17:25 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D84958FC0C for ; Thu, 31 Dec 2009 16:17:25 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBVGHPW0093082 for ; Thu, 31 Dec 2009 16:17:25 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBVGHPFR093081 for cvs-src-old@freebsd.org; Thu, 31 Dec 2009 16:17:25 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <200912311617.nBVGHPFR093081@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Thu, 31 Dec 2009 16:13:33 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/sh eval.c exec.c exec.h src/tools/regression/bin/sh/builtins command6.0 command6.0.stdout command7.0 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2009 16:17:26 -0000 jilles 2009-12-31 16:13:33 UTC FreeBSD src repository Modified files: bin/sh eval.c exec.c exec.h Added files: tools/regression/bin/sh/builtins command6.0 command6.0.stdout command7.0 Log: SVN rev 201343 on 2009-12-31 16:13:33Z by jilles sh: Allow command -pv and command -pV (lookup using _PATH_STDPATH). Revision Changes Path 1.73 +1 -1 src/bin/sh/eval.c 1.40 +12 -5 src/bin/sh/exec.c 1.19 +1 -1 src/bin/sh/exec.h 1.1 +15 -0 src/tools/regression/bin/sh/builtins/command6.0 (new) 1.1 +8 -0 src/tools/regression/bin/sh/builtins/command6.0.stdout (new) 1.1 +29 -0 src/tools/regression/bin/sh/builtins/command7.0 (new)