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:
parent
763476e965
commit
4d5d61bbeb
1 changed files with 1 additions and 1 deletions
|
|
@ -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}/%% \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue