Skip to content
Snippets Groups Projects
Commit 79e31173 authored by Henry Weller's avatar Henry Weller
Browse files

wmakeFunctions: Added '()' to depToSource definition

Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2144
parent 9f682a0c
Branches
Tags
No related merge requests found
......@@ -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}/%% \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment