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 ;;