aboutsummaryrefslogtreecommitdiff
path: root/sh/eci.sh
diff options
context:
space:
mode:
authorbeber <beber>2006-01-17 10:22:51 +0000
committerbeber <beber>2006-01-17 10:22:51 +0000
commitaef5ba373e6f8f1a9f6550e470e5ebab2e08e9fa (patch)
treef8aeb39639ece6333b96ef44d5cbe79133f6552c /sh/eci.sh
parentMaybe this work ? (diff)
downloadespik-aef5ba373e6f8f1a9f6550e470e5ebab2e08e9fa.tar.xz
test all case
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 1cb959b..a351f17 100644
--- a/sh/eci.sh
+++ b/sh/eci.sh
@@ -57,7 +57,7 @@ DELETED_FILES=$(echo $SVN_ST | grep '^D' | awk '{print "-"$2}' | tr -d '\n')
echo -e "$(date "+%d/%m/%y %X") - from $(whoami)@$(if [ `uname -o` = "Cygwin" ]; then hostname; else hostname -f; fi)
\t${ADDED_FILES} ${MODIFIED_FILES} ${DELETED_FILES}
-$(cat ${TMPFILE}.send | sed -r 's/(.*)/\t* \1/')
+$(cat ${TMPFILE}.send | sed -r 's/(.*)/\t* \1/g')
$(cat $PROJECT_PATH/ChangeLog)" > $PROJECT_PATH/ChangeLog