diff options
author | bapt <bapt@FreeBSD.org> | 2016-05-26 02:46:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-05-26 02:46:29 +0800 |
commit | 41a5fd132a9065ce60c579b5f907be72c2f2dd8d (patch) | |
tree | 33e360cfabeb32f32455a760e2d4598040fd7b3d /Mk/Scripts | |
parent | 8f360b206398711addb87a5be95bee49f03b8718 (diff) | |
download | freebsd-ports-gnome-41a5fd132a9065ce60c579b5f907be72c2f2dd8d.tar.gz freebsd-ports-gnome-41a5fd132a9065ce60c579b5f907be72c2f2dd8d.tar.zst freebsd-ports-gnome-41a5fd132a9065ce60c579b5f907be72c2f2dd8d.zip |
Ensure dp_PKGNAME has been passed to check-vulnerable
Diffstat (limited to 'Mk/Scripts')
-rw-r--r-- | Mk/Scripts/check-vulnerable.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/check-vulnerable.sh b/Mk/Scripts/check-vulnerable.sh index c548d69b28a0..29af7ee3c94c 100644 --- a/Mk/Scripts/check-vulnerable.sh +++ b/Mk/Scripts/check-vulnerable.sh @@ -7,7 +7,7 @@ set -e . "${dp_SCRIPTSDIR}/functions.sh" -validate_env dp_ECHO_MSG dp_PKG_BIN dp_PORTNAME +validate_env dp_ECHO_MSG dp_PKG_BIN dp_PORTNAME dp_PKGNAME [ -n "${DEBUG_MK_SCRIPTS}" -o -n "${DEBUG_MK_SCRIPTS_CHECK_VULNERABLE}" ] && set -x |