From owner-freebsd-bugs Sat Mar 9 15:30:14 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1273537B41F for ; Sat, 9 Mar 2002 15:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g29NU1H92175; Sat, 9 Mar 2002 15:30:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A010237B416 for ; Sat, 9 Mar 2002 15:23:54 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g29NNsl91233; Sat, 9 Mar 2002 15:23:54 -0800 (PST) (envelope-from nobody) Message-Id: <200203092323.g29NNsl91233@freefall.freebsd.org> Date: Sat, 9 Mar 2002 15:23:54 -0800 (PST) From: wolfram schneider To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/35719: which(1) ignore empty components of $PATH. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 35719 >Category: bin >Synopsis: which(1) ignore empty components of $PATH. >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: Sat Mar 09 15:30:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: wolfram schneider >Release: >Organization: >Environment: >Description: The new c version of which(1) command ignore empty components of $PATH. $ cd /bin $ env PATH=: which date $ echo $? 1 It should print: ./date >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message