aboutsummaryrefslogtreecommitdiff
path: root/sh/eci.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/eci.sh')
-rw-r--r--sh/eci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/eci.sh b/sh/eci.sh
index 15bf188..1fcc412 100644
--- a/sh/eci.sh
+++ b/sh/eci.sh
@@ -53,7 +53,7 @@ echo -e "$(date "+%d/%m/%y %X") - from $(whoami)@$(if [ `uname -o` = "Cygwin" ];
$(cat ${TMPFILE}.send | sed -r 's/(.*)/\t* \1/g')
\tFiles Changes:
-(svn st | grep -v '^?' | sed -r 's/^D(.*)/-\1/g' 's/^M(.*)/~\1/g' 's/^A(.*)/+\1/g' | sed -r 's/(.*)/\t\1/g')
+$(svn st | grep -v '^?' | sed -r 's/^D(.*)/-\1/g' 's/^M(.*)/~\1/g' 's/^A(.*)/+\1/g' | sed -r 's/(.*)/\t\1/g')
$(cat ${PROJECT_PATH}/ChangeLog)" > ${PROJECT_PATH}/ChangeLog