Skip to content

Fix logic error in dependencies_check: use variable depfile instead of hardcoded path#891

Open
THeF3r0 wants to merge 1 commit intoRPi-Distro:arm64from
THeF3r0:fix-dependencies-check-logic
Open

Fix logic error in dependencies_check: use variable depfile instead of hardcoded path#891
THeF3r0 wants to merge 1 commit intoRPi-Distro:arm64from
THeF3r0:fix-dependencies-check-logic

Conversation

@THeF3r0
Copy link

@THeF3r0 THeF3r0 commented Dec 5, 2025

Fix dependencies_check logic

The dependencies_check function iterates over the arguments ( $@ as $depfile ), but inside the loop, it was hardcoded to read ${BASE_DIR}/depends. This prevented the function from checking any custom dependency files passed as arguments.

This PR changes the redirection to read from < "${depfile}" as intended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants