mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
wclean: Removed duplicate echo of directory
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user