From 87b1011f9ae7491674c3fe9ca8c0e6cb0577d0b6 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 14 2012 13:50:17 +0000 Subject: Update `Functions/Locale/locale_updateMessageBinary.sh'. Change variable name from CLI_PROGRAM to CLI_NAME. --- diff --git a/Scripts/Bash/Functions/Locale/locale_updateMessageBinary.sh b/Scripts/Bash/Functions/Locale/locale_updateMessageBinary.sh index 4b593ee..48a5688 100755 --- a/Scripts/Bash/Functions/Locale/locale_updateMessageBinary.sh +++ b/Scripts/Bash/Functions/Locale/locale_updateMessageBinary.sh @@ -40,7 +40,7 @@ function locale_updateMessageBinary { local MO_DIR="${L10N_WORKDIR}/LC_MESSAGES" # Define absolute path to machine object file. - local MO_FILE="${MO_DIR}/${CLI_PROGRAM}.sh.mo" + local MO_FILE="${MO_DIR}/${CLI_NAME}.sh.mo" # Print action message. cli_printMessage "${MO_FILE}" --as-creating-line