1459f4
Update initEnvironment.sh and cli_printMessage:
@@ -203,7 +203,7 @@ function cli_printMessage {
|
|
203
203
|
# Add script name to message. We want to know where
|
204
204
|
# messages come from. The `--quiet' flag doesn't suppress
|
205
205
|
# error messages.
|
206
|
-
echo
|
206
|
+
echo "centos-art: ${MESSAGE}"
|
207
207
|
;;
|
208
208
|
|
209
209
|
'AsToKnowMoreLine' )
|
@@ -29,12 +29,6 @@
|
|
29
29
|
export TEXTDOMAIN=centos-art.sh
|
30
30
|
export TEXTDOMAINDIR=/home/centos/artwork/trunk/Scripts/Bash/Locale
|
31
31
|
|
32
|
-
# Initialize centos-art.sh personal information.
|
33
|
-
export CLINAME='centos-art.sh'
|
34
|
-
export CLIVERSION='Beta'
|
35
|
-
export CLIDESCRIP="`gettext "The CentOS Artwork Repository automation tool."`"
|
36
|
-
export CLICOPYRIGHT="Copyright (C) 2009-2011 Alain Reguera Delgado"
|
37
|
-
|
38
32
|
# Initialize centos-art.sh function scripts.
|
39
33
|
FILES=$(ls /home/centos/artwork/trunk/Scripts/Bash/Functions/{cli,cli_*}.sh)
|
40
34
|
for FILE in $FILES;do
|