From e383d8fcc03cf8771baff57a3e50425595d786f6 Mon Sep 17 00:00:00 2001 From: brian Date: Sun, 14 Jun 2009 06:09:33 +0000 Subject: [PATCH] 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 --- gnu/usr.bin/man/apropos/apropos.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/gnu/usr.bin/man/apropos/apropos.sh b/gnu/usr.bin/man/apropos/apropos.sh index 093d633c72b7..1ef3631fa9be 100644 --- a/gnu/usr.bin/man/apropos/apropos.sh +++ b/gnu/usr.bin/man/apropos/apropos.sh @@ -18,7 +18,6 @@ # $FreeBSD$ -PATH=/bin:/usr/bin:$PATH db=whatis # name of whatis data base grepopt=''