wmake/wmakeLnInclude: removed echo redirections to stderr
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
# ========= |
|
# ========= |
|
||||||
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
# \\ / O peration | Website: https://openfoam.org
|
# \\ / O peration | Website: https://openfoam.org
|
||||||
# \\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation
|
# \\ / A nd | Copyright (C) 2011-2024 OpenFOAM Foundation
|
||||||
# \\/ M anipulation |
|
# \\/ M anipulation |
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# License
|
# License
|
||||||
@ -140,9 +140,9 @@ cd "$incDir" || exit 1
|
|||||||
|
|
||||||
if [ "$silentOpt" = true ] || [ -n "$WM_QUIET" ]
|
if [ "$silentOpt" = true ] || [ -n "$WM_QUIET" ]
|
||||||
then
|
then
|
||||||
echo " ln: $incDir" 1>&2
|
echo " ln: $incDir"
|
||||||
else
|
else
|
||||||
echo "$Script: linking include files to $incDir" 1>&2
|
echo "$Script: linking include files to $incDir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user