mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +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