From 4201922b6bdac027fa11959cb02578f5b34809c6 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 14 2012 13:50:19 +0000 Subject: Update `Functions/cli_terminateScriptExecution.sh'. Change variable name from CLI_PROGRAM to CLI_NAME. --- diff --git a/Scripts/Bash/Functions/cli_terminateScriptExecution.sh b/Scripts/Bash/Functions/cli_terminateScriptExecution.sh index fd65ab4..f1111c9 100755 --- a/Scripts/Bash/Functions/cli_terminateScriptExecution.sh +++ b/Scripts/Bash/Functions/cli_terminateScriptExecution.sh @@ -35,7 +35,7 @@ function cli_terminateScriptExecution { # the first level of files that you are owner of. Otherwise, # undesired `permission denied' messages might be output. local FILES=$(cli_getFilesList ${CLI_TEMPDIR} \ - --pattern="${CLI_PROGRAM}-${CLI_PROGRAM_ID}-.+" \ + --pattern="${CLI_NAME}-${CLI_PROGRAM_ID}-.+" \ --maxdepth="1" --uid="$(id -u)") # Remove list of temporal files related to this script execution,