aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbeber <beber>2006-01-17 10:10:48 +0000
committerbeber <beber>2006-01-17 10:10:48 +0000
commitb1082d60b5609e3688f91d124ec6eea480158987 (patch)
tree7c4ca7379c5d3cd88da50f02c40d8ec2b136218b
parentBetter Changelog (diff)
downloadespik-b1082d60b5609e3688f91d124ec6eea480158987.tar.xz
More beautiful
-rw-r--r--ChangeLog8
-rw-r--r--sh/eci.sh2
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f589c32..59ad6e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,14 @@
+17/01/06 11:10:23 - from cvhj8266@FT-DYOQYGD9HQ8B
+ * More beautiful
+
+ File changes :
+ M sh/eci.sh
+
17/01/06 11:08:50 - from cvhj8266@FT-DYOQYGD9HQ8B
* Better Changelog
* Be move beautiful
-\tFile changes :
+ File changes :
M sh/eci.sh
beber from elaine.melee : 09/12/05 21:57:11
diff --git a/sh/eci.sh b/sh/eci.sh
index fef78b6..781d1d8 100644
--- a/sh/eci.sh
+++ b/sh/eci.sh
@@ -49,7 +49,7 @@ fi
DELCOMMENTFROM=$(grep -n -- '--This line and thoses under will be ignored--' $TMPFILE | head -n 1 | cut -d ':' -f 1)
head -n $(($DELCOMMENTFROM-1)) $TMPFILE > ${TMPFILE}.send
-echo "$(date "+%d/%m/%y %X") - from $(whoami)@$(if [ `uname -o` = "Cygwin" ]; then hostname; else hostname -f; fi)
+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/')
\tFile changes :