From 9d09aece0ebc0193d6274f037bbf85d5168f9b1a Mon Sep 17 00:00:00 2001 From: Morev Ilya Date: Mon, 29 May 2023 13:48:59 +0300 Subject: [PATCH] Fixed typo in the error message --- Allwmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Allwmake b/Allwmake index 5a254f69..36ef89e2 100755 --- a/Allwmake +++ b/Allwmake @@ -25,7 +25,7 @@ check_mkl() if [ -d "$MKLROOT" ]; then echo "Utilising Intel MKL version from path: ${MKLROOT}" else - echo "Error: MKL_ROOT=${MKLROOT} not found." + echo "Error: MKLROOT=${MKLROOT} not found." exit 1 fi }