Skip to content
Snippets Groups Projects
Commit fd134efd authored by Juntong Liu's avatar Juntong Liu
Browse files

Reform an error message

parent 9cdd40f2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment