diff --git a/Scripts/Bash/Functions/cli_printMessage.sh b/Scripts/Bash/Functions/cli_printMessage.sh index 9008cb7..c7e8184 100755 --- a/Scripts/Bash/Functions/cli_printMessage.sh +++ b/Scripts/Bash/Functions/cli_printMessage.sh @@ -203,7 +203,7 @@ function cli_printMessage { # Add script name to message. We want to know where # messages come from. The `--quiet' flag doesn't suppress # error messages. - echo "${CLINAME}: ${MESSAGE}" + echo "centos-art: ${MESSAGE}" ;; 'AsToKnowMoreLine' ) diff --git a/Scripts/Bash/initEnvironment.sh b/Scripts/Bash/initEnvironment.sh index 0bffc8e..6d49651 100755 --- a/Scripts/Bash/initEnvironment.sh +++ b/Scripts/Bash/initEnvironment.sh @@ -29,12 +29,6 @@ export TEXTDOMAIN=centos-art.sh export TEXTDOMAINDIR=/home/centos/artwork/trunk/Scripts/Bash/Locale -# Initialize centos-art.sh personal information. -export CLINAME='centos-art.sh' -export CLIVERSION='Beta' -export CLIDESCRIP="`gettext "The CentOS Artwork Repository automation tool."`" -export CLICOPYRIGHT="Copyright (C) 2009-2011 Alain Reguera Delgado" - # Initialize centos-art.sh function scripts. FILES=$(ls /home/centos/artwork/trunk/Scripts/Bash/Functions/{cli,cli_*}.sh) for FILE in $FILES;do