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

AllwmakeParseArguments: Correct call to wmake -all

Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2146
parent 6a8bac92
Branches
Tags
No related merge requests found
......@@ -96,7 +96,7 @@ done
if [ -z "$fromWmake" ]
then
wmake -all $qOpt $*
exec wmake -all $qOpt $*
fi
......
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