Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2002 15:21:05 -0800 (PST)
From:      wolfram schneider <wosch@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   bin/35717: which(1)  returns wrong exit status for multiple arguments
Message-ID:  <200203092321.g29NL5Z90855@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         35717
>Category:       bin
>Synopsis:       which(1)  returns wrong exit status for multiple arguments
>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 returns wrong exit 
status for multiple arguments.

$ which foobar cat
/bin/cat
$ echo $?
1

which should  returns  true  if  any  of the arguments are found,
false if none are found.

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203092321.g29NL5Z90855>