From 8425b8cdc66fc372190a7b37f35dc27ef3cc8252 Mon Sep 17 00:00:00 2001 From: Lukas van de Wiel Date: Mon, 7 Aug 2017 15:29:11 +0200 Subject: [PATCH] small grammatical thingy --- candi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/candi.sh b/candi.sh index abd9a63..f473b26 100755 --- a/candi.sh +++ b/candi.sh @@ -928,7 +928,7 @@ if [ -z "$CC" ] || [ -z "$CXX" ] || [ -z "$FC" ] || [ -z "$FF" ]; then cecho ${WARN} "One or multiple compiler variables (CC,CXX,FC,FF) are not set." cecho ${INFO} "Please read your platform information above carefully," cecho ${INFO} " how you get those compilers installed and set up!" - cecho ${INFO} "Usually, mpicc, mpicxx, mpif90 and mpif77 should be the values." + cecho ${INFO} "Usually the values should be: mpicc, mpicxx, mpif90 and mpif77." cecho ${WARN} "It is strongly recommended to set them to guarantee the same compilers for all dependencies." echo fi -- 2.39.5