Corrected typo

This commit is contained in:
Henry 2015-01-10 21:12:27 +00:00
parent 3ca98c64b1
commit d11ce0b517

View File

@ -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
;; ;;