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:
Henry Weller
2016-07-10 22:04:50 +01:00
parent 6a8bac9235
commit 47b9b3a88a

View File

@ -96,7 +96,7 @@ done
if [ -z "$fromWmake" ] if [ -z "$fromWmake" ]
then then
wmake -all $qOpt $* exec wmake -all $qOpt $*
fi fi