common: Fix TARGET var

This commit is contained in:
tschettervictor
2025-05-12 19:36:44 -06:00
committed by GitHub
parent 34805479b2
commit ed558a9a7a

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}"