Skip to content

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