From 43af5e0828ed38bfe74826ca6525fc6a87afd7f2 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 11 2012 05:52:41 +0000 Subject: Update `trunk/Scripts/Bash/Functions/Commons/cli_printMessage.sh' file. --- diff --git a/Scripts/Bash/Functions/Commons/cli_printMessage.sh b/Scripts/Bash/Functions/Commons/cli_printMessage.sh index 582cb7d..4373443 100755 --- a/Scripts/Bash/Functions/Commons/cli_printMessage.sh +++ b/Scripts/Bash/Functions/Commons/cli_printMessage.sh @@ -168,9 +168,9 @@ function cli_printMessage { cli_printMessage "`gettext "To know more, run the following command"`:" cli_printMessage "centos-art help --read trunk/Scripts/Functions/$MESSAGE" cli_printMessage '-' --as-separator-line - exit # <-- ATTENTION: Do not remove this line. We use this - # option as convenction to end script - # execution. + exit 1 # <-- ATTENTION: Do not remove this line. We use this + # option as convenction to end script + # execution. ;; --as-yesornorequest-line )