summaryrefslogtreecommitdiff
path: root/usr.bin/which/which.pl
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-01-21 00:55:30 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-01-21 00:55:30 +0000
commita9e2dc176f709713f9565ed1711c958f0707eb36 (patch)
treee1676cbf88d75f6982fe157cf90f1bc6a6c21e72 /usr.bin/which/which.pl
parent8eb115465a9db8d2a05eaf5244d6e5e8a54087c2 (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 7125d79ba525..25797be76870 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.2.2 1998/01/24 13:40:18 helbig Exp $
+# $Id: which.pl,v 1.8.2.3 1998/03/08 14:33:16 jkh Exp $
$all = $silent = $found = 0;
@path = split(/:/, $ENV{'PATH'});