Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2009 06:09:33 +0000 (UTC)
From:      Brian Somers <brian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r194158 - head/gnu/usr.bin/man/apropos
Message-ID:  <200906140609.n5E69XdQ037134@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brian
Date: Sun Jun 14 06:09:33 2009
New Revision: 194158
URL: http://svn.freebsd.org/changeset/base/194158

Log:
  Don't set $PATH - if the caller doesn't have /bin and /usr/bin in their
  PATH then they can expect things to break.
  
  PR:		135417
  MFC after:	3 weeks

Modified:
  head/gnu/usr.bin/man/apropos/apropos.sh

Modified: head/gnu/usr.bin/man/apropos/apropos.sh
==============================================================================
--- head/gnu/usr.bin/man/apropos/apropos.sh	Sun Jun 14 06:01:46 2009	(r194157)
+++ head/gnu/usr.bin/man/apropos/apropos.sh	Sun Jun 14 06:09:33 2009	(r194158)
@@ -18,7 +18,6 @@
 # $FreeBSD$
 
 
-PATH=/bin:/usr/bin:$PATH
 db=whatis	# name of whatis data base
 grepopt=''
 



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