diff options
author | beber <beber> | 2006-01-17 11:12:56 +0000 |
---|---|---|
committer | beber <beber> | 2006-01-17 11:12:56 +0000 |
commit | 80477d57c4ca4280b17ea4efe69bbc3697f791f8 (patch) | |
tree | d2809a5f8e3d21973b9666080da7e4ba366af75f | |
parent | test (diff) | |
download | espik-80477d57c4ca4280b17ea4efe69bbc3697f791f8.tar.xz |
tets
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | sh/eci.sh | 3 | ||||
-rw-r--r-- | sh/ode | 0 | ||||
-rw-r--r-- | sh/tot | 0 |
4 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,11 @@ +17/01/06 12:12:35 - from cvhj8266@FT-DYOQYGD9HQ8B + * tets + + Files Changes: + D sh/tot + D sh/ode + M sh/eci.sh + 17/01/06 12:11:31 - from cvhj8266@FT-DYOQYGD9HQ8B * test @@ -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 |