From 8962bba52be4677b3876ce3f5d97f8f93d8747bb Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 04 2012 02:08:58 +0000 Subject: Update `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 7d618d3..bab8874 100755 --- a/Scripts/Bash/Functions/Commons/cli_printMessage.sh +++ b/Scripts/Bash/Functions/Commons/cli_printMessage.sh @@ -204,12 +204,12 @@ function cli_printMessage { --as-notrailingnew-line ) echo -e -n "$MESSAGE" | sed -r \ - -e "s!${TCAR_WORKDIR}/(trunk|branches|tags)/!\1/!g" 1>&2 + -e "s!${TCAR_WORKDIR}/(trunk|branches|tags)/!\1/!g" ;; --as-stdout-line ) echo "$MESSAGE" | sed -r \ - -e "s!${TCAR_WORKDIR}/(trunk|branches|tags)/!\1/!g" 1>&2 + -e "s!${TCAR_WORKDIR}/(trunk|branches|tags)/!\1/!g" ;; --as-stderr-line )