wclean: Removed duplicate echo of directory
This commit is contained in:
parent
0568f8b42d
commit
c425d745ad
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ then
|
|||
for dir in `find . \( -type d -a -name Make \)`
|
||||
do
|
||||
dir=${dir%/Make} # Parent directory - trim /Make from the end
|
||||
echo $dir
|
||||
|
||||
# If Allwclean exists execute otherwise wclean
|
||||
if [ -e "$dir/Allwclean" ]
|
||||
then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue