wmake/wmakeLnInclude: removed echo redirections to stderr

This commit is contained in:
Chris Greenshields
2024-05-21 14:16:56 +01:00
parent f8b5d71e25
commit 3521d9889a

View File

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