From owner-cvs-usrbin Fri Jan 2 05:51:58 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA02986 for cvs-usrbin-outgoing; Fri, 2 Jan 1998 05:51:58 -0800 (PST) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA02942; Fri, 2 Jan 1998 05:51:23 -0800 (PST) (envelope-from helbig@FreeBSD.org) From: Wolfgang Helbig Received: (from helbig@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id FAA13912; Fri, 2 Jan 1998 05:46:27 -0800 (PST) Date: Fri, 2 Jan 1998 05:46:27 -0800 (PST) Message-Id: <199801021346.FAA13912@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/which which.pl Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk helbig 1998/01/02 05:46:27 PST Modified files: usr.bin/which which.pl Log: Don't ignore empty components of $PATH, i. e. colon at the beginning, the end or two successive colons. Reviewed and improved by wosch. Revision Changes Path 1.12 +6 -1 src/usr.bin/which/which.pl