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

Use execvp in fs::RecursiveDelete() #15238

Merged
merged 3 commits into from
Oct 10, 2024
Merged

Use execvp in fs::RecursiveDelete() #15238

merged 3 commits into from
Oct 10, 2024

Conversation

sfan5
Copy link
Collaborator

@sfan5 sfan5 commented Oct 4, 2024

improves portability by searching "rm" in path instead of hardcoding one.
replacement of #15189

testing on android needed!

To do

This PR is Ready for Review.

@sfan5 sfan5 added the Maintenance Tasks to keep the codebase and related parts in order, including architectural improvements label Oct 4, 2024
@sfan5 sfan5 added the 1 approval rule testing https://gist.github.com/celeron55/bf93a47442e418a629181908f68ffb0f label Oct 10, 2024
@sfan5 sfan5 merged commit c8f1efe into luanti-org:master Oct 10, 2024
15 checks passed
@sfan5 sfan5 deleted the rmrf branch October 10, 2024 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 approval rule testing https://gist.github.com/celeron55/bf93a47442e418a629181908f68ffb0f Maintenance Tasks to keep the codebase and related parts in order, including architectural improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant