mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-18 19:21:09 +00:00
Change the prompt when attempting to remove an inaccessible
directory. Before this commit, the prompt was
rm: remove write-protected directory 'dir'?
After this commit, the prompt is
rm: attempt removal of inaccessible directory 'dir'?
This required slightly adjusting the logic for which prompt messages to
display under which circumstances.
Fixes #7309.
|
||
|---|---|---|
| .. | ||
| src | ||
| benchmark.sh | ||
| BENCHMARKING.md | ||
| Cargo.toml | ||
| LICENSE | ||
| rm.md | ||