summaryrefslogtreecommitdiff
path: root/usr.bin/which/which.pl
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1997-10-21 01:56:05 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1997-10-21 01:56:05 +0000
commit14d01796b1ab61a57dbd60da66d8dac699a0a2e7 (patch)
tree9444b2a63ad5396b894abd07c85ff08c9c031d26 /usr.bin/which/which.pl
parent58fda9eaaeb697cef01d825dfe2b6f045659c15c (diff)
Diffstat (limited to 'usr.bin/which/which.pl')
-rwxr-xr-xusr.bin/which/which.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/which/which.pl b/usr.bin/which/which.pl
index d12cef41e801..a88030408c8b 100755
--- a/usr.bin/which/which.pl
+++ b/usr.bin/which/which.pl
@@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id: which.pl,v 1.8 1996/10/27 15:50:40 wosch Exp $
+# $Id: which.pl,v 1.8.2.1 1997/08/27 06:18:05 charnier Exp $
$all = $silent = $found = 0;
@path = split(/:/, $ENV{'PATH'});