From d59bef5541fc972159323779e6f5f331f5ccaa50 Mon Sep 17 00:00:00 2001 From: Juntong Liu <juntong.liu@ess.eu> Date: Thu, 20 Jan 2022 08:19:28 +0000 Subject: [PATCH] Delete a comment --- require-ess/tools/iocsh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/require-ess/tools/iocsh b/require-ess/tools/iocsh index 280e9c5e..b5ded14a 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. -- GitLab