summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-18 12:35:11 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-06-18 12:35:11 +0000
commitc87b481f985a583160340280dd249d29e2bf7090 (patch)
treee17e3a03b0f77c2ac55cf2a9bb3e6d08880ac46e
parentSwitch to USES=tar:bzip2. (diff)
Revert a commit that should not have crept in
Notes
Notes: svn path=/head/; revision=358268
-rw-r--r--Mk/bsd.commands.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.commands.mk b/Mk/bsd.commands.mk
index a550b9707854..304bbfc8e216 100644
--- a/Mk/bsd.commands.mk
+++ b/Mk/bsd.commands.mk
@@ -75,7 +75,7 @@ REALPATH?= /bin/realpath
RM?= /bin/rm
RMDIR?= /bin/rmdir
SED?= /usr/bin/sed
-SETENV?= /usr/bin/env -i PATH="${PATH}"
+SETENV?= /usr/bin/env
SH?= /bin/sh
SORT?= /usr/bin/sort
STRIP_CMD?= /usr/bin/strip