diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-05 16:22:45 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-05 16:22:45 +0000 |
commit | ca91e7339b6c38db9059d3e69f820db1b4b6546d (patch) | |
tree | b8bc80eaf912c767a7bf37d58737bdc01e292530 /Tools/scripts | |
parent | 1d2958c585a61dbc07203d26ce85cdd5a132b994 (diff) |
Notes
Diffstat (limited to 'Tools/scripts')
-rw-r--r-- | Tools/scripts/check-latest-link | 5 |
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 |