summaryrefslogtreecommitdiffstats
path: root/bin/rm/rm.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rm/rm.c')
-rw-r--r--bin/rm/rm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rm/rm.c b/bin/rm/rm.c
index 5a4f87a..c12872b 100644
--- a/bin/rm/rm.c
+++ b/bin/rm/rm.c
@@ -164,7 +164,7 @@ rm_tree(argv)
*/
#define SKIPPED 1
- flags = FTS_PHYSICAL | FTS_NOCHDIR;
+ flags = FTS_PHYSICAL;
if (!needstat)
flags |= FTS_NOSTAT;
if (Wflag)
OpenPOWER on IntegriCloud