diff options
author | beber <beber> | 2006-01-17 10:22:51 +0000 |
---|---|---|
committer | beber <beber> | 2006-01-17 10:22:51 +0000 |
commit | aef5ba373e6f8f1a9f6550e470e5ebab2e08e9fa (patch) | |
tree | f8aeb39639ece6333b96ef44d5cbe79133f6552c /sh/eci.sh | |
parent | Maybe this work ? (diff) | |
download | espik-aef5ba373e6f8f1a9f6550e470e5ebab2e08e9fa.tar.xz |
test all case
Diffstat (limited to 'sh/eci.sh')
-rw-r--r-- | sh/eci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |