aboutsummaryrefslogtreecommitdiff
path: root/sh/eci.sh
diff options
context:
space:
mode:
authorbeber <beber>2006-01-17 11:12:56 +0000
committerbeber <beber>2006-01-17 11:12:56 +0000
commit80477d57c4ca4280b17ea4efe69bbc3697f791f8 (patch)
treed2809a5f8e3d21973b9666080da7e4ba366af75f /sh/eci.sh
parenttest (diff)
downloadespik-80477d57c4ca4280b17ea4efe69bbc3697f791f8.tar.xz
tets
Diffstat (limited to 'sh/eci.sh')
-rw-r--r--sh/eci.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/sh/eci.sh b/sh/eci.sh
index 088fa34..0eac147 100644
--- a/sh/eci.sh
+++ b/sh/eci.sh
@@ -52,7 +52,8 @@ head -n $(($DELCOMMENTFROM-1)) ${TMPFILE} > ${TMPFILE}.send
echo -e "$(date "+%d/%m/%y %X") - from $(whoami)@$(if [ `uname -o` = "Cygwin" ]; then hostname; else hostname -f; fi)
$(cat ${TMPFILE}.send | sed -r 's/(.*)/\t* \1/g')
-$(svn st | grep -v '^?')
+\tFiles Changes:
+$(svn st | grep -v '^?' | sed -r 's/(.*)/\t\1/g')
$(cat ${PROJECT_PATH}/ChangeLog)" > ${PROJECT_PATH}/ChangeLog