From nobody@FreeBSD.org  Sat Mar  9 15:22:48 2002
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 4A43737B400
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  9 Mar 2002 15:22:48 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id g29NMmK91079;
	Sat, 9 Mar 2002 15:22:48 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200203092322.g29NMmK91079@freefall.freebsd.org>
Date: Sat, 9 Mar 2002 15:22:48 -0800 (PST)
From: wolfram schneider <wosch@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: which(1) command does not handle file names with a '/' inside.
X-Send-Pr-Version: www-1.0

>Number:         35718
>Category:       bin
>Synopsis:       which(1) command does not handle file names with a '/' inside.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 09 15:30:00 PST 2002
>Closed-Date:    Sat Jun 29 23:04:11 PDT 2002
>Last-Modified:  Sat Jun 29 23:04:11 PDT 2002
>Originator:     wolfram schneider
>Release:        
>Organization:
>Environment:
>Description:
      The new c version of which(1) command does not handle
file names with a '/' inside.

$ cd /tmp
$ env PATH=/usr/bin which ../bin/cat
$ echo $?
1

It should returns:
../bin/cat
>How-To-Repeat:
      
>Fix:
      
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: tjr 
State-Changed-When: Sat Jun 29 23:03:12 PDT 2002 
State-Changed-Why:  
Revision 1.5 of which.c corrects this problem. Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=35718 
>Unformatted:
