aboutsummaryrefslogtreecommitdiff
path: root/sh
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 /sh
parentBetter Changelog (diff)
downloadespik-b1082d60b5609e3688f91d124ec6eea480158987.tar.xz
More beautiful
Diffstat (limited to '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 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 :