common: move export to after for loop

This commit is contained in:
tschettervictor
2025-01-05 20:15:01 -07:00
committed by GitHub
parent 53295ba69c
commit f766f26c62

View File

@@ -164,9 +164,9 @@ set_target() {
fi
TARGET="${TARGET} ${_jail}"
JAILS="${JAILS} ${_jail}"
export TARGET
export JAILS
done
export TARGET
export JAILS
fi
}