From 8bc03de7cbf3552573a4c825055e02957f51870f Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 09 2012 01:28:14 +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 ad12223..582cb7d 100755 --- a/Scripts/Bash/Functions/Commons/cli_printMessage.sh +++ b/Scripts/Bash/Functions/Commons/cli_printMessage.sh @@ -226,7 +226,7 @@ function cli_printMessage { # paths in order to free horizontal space on final output # messages. echo "$MESSAGE" | sed -r \ - -e "s!${CLI_WRKCOPY}/(trunk|branches|tags)/!\1/!g" \ + -e "s!${TCAR_WORKDIR}/(trunk|branches|tags)/!\1/!g" \ | awk 'BEGIN { FS=": " } { if ( $0 ~ /^-+$/ )