aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-06-05 16:22:45 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-06-05 16:22:45 +0000
commitca91e7339b6c38db9059d3e69f820db1b4b6546d (patch)
treeb8bc80eaf912c767a7bf37d58737bdc01e292530
parent1d2958c585a61dbc07203d26ce85cdd5a132b994 (diff)
downloadports-ca91e7339b6c38db9059d3e69f820db1b4b6546d.tar.gz
ports-ca91e7339b6c38db9059d3e69f820db1b4b6546d.zip
Notes
-rw-r--r--Tools/scripts/check-latest-link5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tools/scripts/check-latest-link b/Tools/scripts/check-latest-link
index 1283243bfd8d..61f047917955 100644
--- a/Tools/scripts/check-latest-link
+++ b/Tools/scripts/check-latest-link
@@ -3,6 +3,11 @@
# Iterate over the ports collection, assemble the list of LATEST_LINKs and
# then look for duplicates. Send a nag-mail to the responsible maintainers.
+# Sanitize environment
+export __MAKE_CONF=/dev/null
+export PORT_DBDIR=/nonexistent
+export PKG_DBDIR=/nonexistent
+
if [ -z "${PORTSDIR}" ]; then
PORTSDIR=/usr/ports
fi