wmake/wmakeLnInclude: removed echo redirections to stderr
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user