mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Corrected typo
This commit is contained in:
@ -114,7 +114,7 @@ do
|
|||||||
export WM_NCOMPPROCS=${1#-j}
|
export WM_NCOMPPROCS=${1#-j}
|
||||||
echo "Compiling enabled on $WM_NCOMPPROCS cores"
|
echo "Compiling enabled on $WM_NCOMPPROCS cores"
|
||||||
;;
|
;;
|
||||||
# Non-stop compilatio, ignoring errors
|
# Non-stop compilation, ignoring errors
|
||||||
-k | -non-stop)
|
-k | -non-stop)
|
||||||
export WM_CONTINUE_ON_ERROR=1
|
export WM_CONTINUE_ON_ERROR=1
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user