From 5c6507c6d68eee7cd49de39e051f72983d4e77a0 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 16 2012 01:17:53 +0000 Subject: Update `Functions/Commons/cli_printMessage.sh' file. --- diff --git a/Scripts/Bash/Functions/Commons/cli_printMessage.sh b/Scripts/Bash/Functions/Commons/cli_printMessage.sh index 8a0972e..442e346 100755 --- a/Scripts/Bash/Functions/Commons/cli_printMessage.sh +++ b/Scripts/Bash/Functions/Commons/cli_printMessage.sh @@ -163,7 +163,7 @@ function cli_printMessage { local ORIGIN="$(caller 1 | gawk '{ print $2 " " $1 }')" # Build the error message. - cli_printMessage "${TCAR_CLI_NAME} (${ORIGIN}): $MESSAGE" --as-stderr-line + cli_printMessage "${CLI_NAME} (${ORIGIN}): $MESSAGE" --as-stderr-line cli_printMessage "${CLI_FUNCDIRNAM}" --as-toknowmore-line ;;