Merge pull request #1052 from BastilleBSD/tschettervictor-patch-1

This commit is contained in:
tschettervictor
2025-05-12 19:36:54 -06:00
committed by GitHub

View File

@@ -286,7 +286,7 @@ set_target_single() {
fi
fi
# Exit if no jails
if [ -z "${TARGET}" ] && [ -z "${JAILS}" ]; then
if [ -z "${_TARGET}" ] && [ -z "${_JAILS}" ]; then
exit 1
fi
TARGET="${_TARGET}"