From 674a5c40424fbf957eef10be49481e3088bbb1cb Mon Sep 17 00:00:00 2001 From: Alex Bernat Date: Tue, 25 May 2021 00:30:06 +0000 Subject: [PATCH] typo in fortran compiler name --- shared/sanity.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/sanity.go b/shared/sanity.go index b4f2a45..8eab8f0 100644 --- a/shared/sanity.go +++ b/shared/sanity.go @@ -188,7 +188,7 @@ func checkCompilers() bool { f := GetCompilerExecName("flang") fOK, fVersion, _ := checkExecutable(f, "-v") if !fOK { - informUser("The Fortran compiler %s was not found or not executable.\nBetter not try using gfortran!\n", cxx) + informUser("The Fortran compiler %s was not found or not executable.\nBetter not try using gfortran!\n", f) informUser(explainLLVMCOMPILERPATH) informUser(explainLLVMFNAME) } else {