From fb7c3e4ddcdb690a9b0f80715a7ea61c623cc5c6 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 14 2012 13:50:15 +0000 Subject: Update `Functions/cli_printMessage.sh'. Change variable name from CLI_PROGRAM to CLI_NAME. --- diff --git a/Scripts/Bash/Functions/cli_printMessage.sh b/Scripts/Bash/Functions/cli_printMessage.sh index d0366b5..93d7fcc 100755 --- a/Scripts/Bash/Functions/cli_printMessage.sh +++ b/Scripts/Bash/Functions/cli_printMessage.sh @@ -159,7 +159,7 @@ function cli_printMessage { local ORIGIN="$(caller 1 | gawk '{ print $2 " " $1 }')" # Build the error message. - cli_printMessage "${CLI_PROGRAM} (${ORIGIN}): $MESSAGE" --as-stderr-line + cli_printMessage "${CLI_NAME} (${ORIGIN}): $MESSAGE" --as-stderr-line cli_printMessage "${CLI_FUNCDIRNAM}" --as-toknowmore-line ;;