From fd134efd945e583cd8bb77a4ef9823e0b2f61cfa Mon Sep 17 00:00:00 2001 From: Juntong Liu <juntong.liu@ess.eu> Date: Tue, 18 Jan 2022 09:12:33 +0000 Subject: [PATCH] Reform an error message --- require-ess/tools/iocsh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/require-ess/tools/iocsh b/require-ess/tools/iocsh index 70dcbed2..280e9c5e 100644 --- a/require-ess/tools/iocsh +++ b/require-ess/tools/iocsh @@ -73,9 +73,9 @@ fi # are consistent if [ "${E3_REQUIRE_BIN}" != "${SC_TOP}" ]; then echo "Error: Configured e3 environment does not match path for iocsh executable." - echo "Please source the appropriate setE3Env.bash file for the version" - echo "of iocsh you wish to use, or run iocsh from a clean" - echo "environment so it can set the environment correctly." + echo "Please source the appropriate setE3Env.bash file for the version of iocsh" + echo "you wish to use, or run iocsh from a clean environment so it can set the" + echo "environment correctly." echo "Expected path to iocsh from environment = ${E3_REQUIRE_BIN}" echo "Actual path to iocsh = ${SC_TOP}" die 2 -- GitLab