Closed luizferrbarbosa closed 10 months ago
@luizferrbarbosa as far as i can see your PR does not change any behavior but simply replaces the hardcoded "ungoogled-chromium" subdir with the GIT_REPO var. I'll merge it nontheless. Thank you.
Thank you for reviewing and merging my Pull Request!
Description:
This pull request introduces a small but significant improvement to the build script. It implements a directory check before executing the command to update submodules within the repository.
Changes Made:
Why this Change?
Previously, the script would unconditionally attempt to update submodules, even if the repository directory was empty. This improvement ensures that the submodule update command is only executed when there's content present, optimizing the process and avoiding unnecessary executions.
Benefits:
How to Verify: