mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
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" ]
|
||||
then
|
||||
wmake -all $qOpt $*
|
||||
exec wmake -all $qOpt $*
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user