From 18fcef6e7bd29b8e10e199b9db5259e0d46ddc7c Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 14 2012 13:50:10 +0000 Subject: Update `Functions/cli_getTemporalFile.sh'. Change variable name from CLI_PROGRAM to CLI_NAME. --- diff --git a/Scripts/Bash/Functions/cli_getTemporalFile.sh b/Scripts/Bash/Functions/cli_getTemporalFile.sh index 9322da1..7b07da3 100755 --- a/Scripts/Bash/Functions/cli_getTemporalFile.sh +++ b/Scripts/Bash/Functions/cli_getTemporalFile.sh @@ -47,7 +47,7 @@ function cli_getTemporalFile { # us to produce the same artwork in different terminals at the # same time. the The design model name provides file # identification. - NAME=${CLI_PROGRAM}-${CLI_PROGRAM_ID}-${RANDOM}-${NAME} + NAME=${CLI_NAME}-${CLI_PROGRAM_ID}-${RANDOM}-${NAME} # Define absolute path for temporal file using the program name, # the current locale, the unique identifier and the file name.