aboutsummaryrefslogtreecommitdiffstats
path: root/clean_perl
diff options
context:
space:
mode:
Diffstat (limited to 'clean_perl')
-rwxr-xr-xclean_perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/clean_perl b/clean_perl
index 11b0417..99d0d46 100755
--- a/clean_perl
+++ b/clean_perl
@@ -17,4 +17,4 @@ for i in $(find $d -name "*.bs"); do
fi
done
-find $d -depth -type d -empty -exec rmdir {} \;
+find $d -depth -mindepth 2 -type d -empty -exec rmdir {} \;