AllwmakeParseArguments: Correct call to wmake -all
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2146
This commit is contained in:
parent
c1db326f71
commit
b3386623a2
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ done
|
||||||
|
|
||||||
if [ -z "$fromWmake" ]
|
if [ -z "$fromWmake" ]
|
||||||
then
|
then
|
||||||
wmake -all $qOpt $*
|
exec wmake -all $qOpt $*
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue