mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
wmakeFunctions: Added '()' to depToSource definition
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2144
This commit is contained in:
@ -112,7 +112,7 @@ if [ -n "$BASH_VERSION" ]; then
|
||||
sourceFile="${sourceFile/Make\/${WM_OPTIONS}${WM_MPLIB}\//}"
|
||||
}
|
||||
else
|
||||
depToSource
|
||||
depToSource()
|
||||
{
|
||||
sourceFile=$(echo ${depFile%.dep} | \
|
||||
sed -e s%platforms/${WM_OPTIONS}/%% \
|
||||
|
||||
Reference in New Issue
Block a user