remove empty directories when cleaning
This commit is contained in:
@@ -35,4 +35,5 @@ status=0
|
||||
for d in $SUBDIRS
|
||||
do
|
||||
test ! -f $d/clean.sh || ( cd $d && sh clean.sh )
|
||||
find $d -type d -exec rmdir '{}' \; 2> /dev/null
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user