diff --git a/Scripts/Bash/Functions/Commons/cli_printMessage.sh b/Scripts/Bash/Functions/Commons/cli_printMessage.sh
index 6ba264c..029209e 100755
--- a/Scripts/Bash/Functions/Commons/cli_printMessage.sh
+++ b/Scripts/Bash/Functions/Commons/cli_printMessage.sh
@@ -54,6 +54,7 @@ function cli_printMessage {
             # messages.
             echo "$MESSAGE" | sed -r \
                 -e "s!${TCAR_WORKDIR}/(trunk|branches|tags)/!\1/!g" \
+                -e "s!/{2,}!/!g" \
                 | awk 'BEGIN { FS=": " }
                     { 
                         if ( $0 ~ /^-+$/ )