0f2e1f Update cli_printMessage.sh to fix AsRequestLine message format. Add a

Authored and Committed by areguera 14 years ago
    Update cli_printMessage.sh to fix AsRequestLine message format. Add a
    colon followed by a space character to end line.
    
    
        
Scripts/Bash/Functions/cli_printMessage.sh CHANGED
@@ -117,7 +117,7 @@ function cli_printMessage {
117
117
;;
118
118
119
119
'AsRequestLine' )
120
- echo -n $MESSAGE
120
+ echo -n "${MESSAGE}: "
121
121
;;
122
122
123
123
'AsYesOrNoRequestLine' )