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

Revert "Fix to run under BusyBox shell" #61

Merged
merged 1 commit into from
Oct 8, 2018

Conversation

c0d3z3r0
Copy link
Contributor

@c0d3z3r0 c0d3z3r0 commented Oct 1, 2018

This reverts commit 5da2138.

Looks like m-emelchenkov wanted to fix the missing rmdir option
ignore-fail-on-non-empty (issue #43) but that commit made it even worse:

  1. errors about deleting non-empty directories (issue rmdir errors when removing modules with 2.6.1 #57)
  2. the directories get deleted by "rm -rf" in any case

This option is now implemented so revert the commit to fix the newly
introduced problems.

Fixes #57

This reverts commit 5da2138.

Looks like m-emelchenkov wanted to fix the missing rmdir option
ignore-fail-on-non-empty (issue dell#43) but that commit made it even worse:
1. errors about deleting non-empty directories (issue dell#57)
2. the directories contents get deleted by "rm -rf" in any case

This option is now implemented so revert the commit to fix the newly
introduced problems.
@c0d3z3r0 c0d3z3r0 force-pushed the for-upstream/fix_rmdir branch from 400e0b3 to ba9057a Compare October 1, 2018 15:29
@scaronni scaronni merged commit 4931617 into dell:master Oct 8, 2018
@c0d3z3r0 c0d3z3r0 deleted the for-upstream/fix_rmdir branch October 8, 2018 08:17
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.

rmdir errors when removing modules with 2.6.1
2 participants