Loading pkgs/servers/home-assistant/build-custom-component/manifest-requirements-check-hook.sh +7 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,13 @@ function manifestCheckPhase() { args+=" --ignore-version-requirement ${package}" done readarray -d '' manifests < <(find . -type f -name "manifest.json" -print0) readarray -d '' manifests < <( find . -type f \( \ -path ./manifest.json \ -o -path './custom_components/*/manifest.json' \ -o -path './custom_components/*/integrations/*/manifest.json' \ \) -print0 ) if [ "${#manifests[@]}" -gt 0 ]; then # shellcheck disable=SC2068 Loading Loading
pkgs/servers/home-assistant/build-custom-component/manifest-requirements-check-hook.sh +7 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,13 @@ function manifestCheckPhase() { args+=" --ignore-version-requirement ${package}" done readarray -d '' manifests < <(find . -type f -name "manifest.json" -print0) readarray -d '' manifests < <( find . -type f \( \ -path ./manifest.json \ -o -path './custom_components/*/manifest.json' \ -o -path './custom_components/*/integrations/*/manifest.json' \ \) -print0 ) if [ "${#manifests[@]}" -gt 0 ]; then # shellcheck disable=SC2068 Loading