chore: Update resources/builder.inc.sh

This commit is contained in:
Marc Durdin 2023-05-22 11:32:45 +10:00 committed by GitHub
parent be2c0ccf45
commit f8535c469e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1732,7 +1732,6 @@ builder_has_dependencies() {
builder_has_module_been_built() {
local module="$1"
echo "builder_has_module_been_built: $module"
if [[ -z ${_builder_deps_built+x} ]]; then
# not in a builder context, so we assume a build is needed