diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-25 18:46:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-25 18:46:29 +0000 |
commit | c3dba507a036fcbc3dda947533c6e5e8cc66afc5 (patch) | |
tree | 33e360cfabeb32f32455a760e2d4598040fd7b3d /Mk | |
parent | 128e6912abe126c933f7eb28bee827b867a9d50b (diff) |
Notes
Diffstat (limited to 'Mk')
-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 |