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:
@ -96,7 +96,7 @@ done
|
|||||||
|
|
||||||
if [ -z "$fromWmake" ]
|
if [ -z "$fromWmake" ]
|
||||||
then
|
then
|
||||||
wmake -all $qOpt $*
|
exec wmake -all $qOpt $*
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user