From 4c1d44bef16014944e6894517974ce0eefa35858 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Feb 10 2011 01:19:00 +0000 Subject: Update cli_printMessage.sh. --- diff --git a/Scripts/Bash/Functions/cli_printMessage.sh b/Scripts/Bash/Functions/cli_printMessage.sh index ce5b20d..0d73ae1 100755 --- a/Scripts/Bash/Functions/cli_printMessage.sh +++ b/Scripts/Bash/Functions/cli_printMessage.sh @@ -189,8 +189,7 @@ function cli_printMessage { N="`gettext "N"`" # Define `yes or no' confirmation question. - if [[ $FLAG_QUIET == 'false' ]] \ - && [[ $FLAG_YES == 'false' ]];then + if [[ $FLAG_QUIET == 'false' ]] && [[ $FLAG_YES == 'false' ]];then echo -n "$MESSAGE [${Y}/${N}]: " read ANSWER fi