Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

distcheck: recursively restore user write permissions #741

Conversation

ManifoldFR
Copy link
Contributor

This PR fixes a possible bug (which I've just encountered) when performing the rm -rf _build _inst on line 148 of distcheck.cmake.

The bug stems from the fact that the chmod on the previous line is not recursive, although the chmod a-w on line 88 seems to be recursive? Not sure why it's asymmetrical.

@jorisv jorisv merged commit 851587a into jrl-umi3218:master Jan 24, 2025
2 checks passed
@ManifoldFR ManifoldFR deleted the topic/distcheck-restore-permissions-recursive branch January 24, 2025 14:55
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