diff --git a/require-ess/tools/iocsh b/require-ess/tools/iocsh index 280e9c5ee0b63d2257313bc1a2974be600a011a8..b5ded14a9404afa445a6a8fc24c0a8d360dbcd6e 100644 --- a/require-ess/tools/iocsh +++ b/require-ess/tools/iocsh @@ -44,7 +44,6 @@ # term if each IOC cannot be closed properly # 0.4.3 : - Tune REQUIRE-* PV in order to replace - with . easily # -# 4.0.0 : - In new release, iocsh.bash script will be renamed to iocsh SC_SCRIPT="$(readlink -e "$0")" SC_SCRIPTNAME=${0##*/} @@ -57,7 +56,7 @@ declare BASECODE="" # shellcheck source=require-ess/tools/iocsh_functions.bash . "${SC_TOP}"/iocsh_functions.bash -# To get the absolute path where iocsh.bash is executed +# To get the absolute path where iocsh is executed IOCSH_TOP=${PWD} # Check whether an expected e3 environment variable is defined.