wclean: Removed duplicate echo of directory

This commit is contained in:
Henry Weller
2016-11-14 08:54:53 +00:00
parent 11ee31d17a
commit 01a0fcb996

View File

@ -231,7 +231,7 @@ then
for dir in `find . \( -type d -a -name Make \)` for dir in `find . \( -type d -a -name Make \)`
do do
dir=${dir%/Make} # Parent directory - trim /Make from the end dir=${dir%/Make} # Parent directory - trim /Make from the end
echo $dir
# If Allwclean exists execute otherwise wclean # If Allwclean exists execute otherwise wclean
if [ -e "$dir/Allwclean" ] if [ -e "$dir/Allwclean" ]
then then