diff options
author | beber <beber> | 2006-01-17 10:10:48 +0000 |
---|---|---|
committer | beber <beber> | 2006-01-17 10:10:48 +0000 |
commit | b1082d60b5609e3688f91d124ec6eea480158987 (patch) | |
tree | 7c4ca7379c5d3cd88da50f02c40d8ec2b136218b /sh | |
parent | Better Changelog (diff) | |
download | espik-b1082d60b5609e3688f91d124ec6eea480158987.tar.xz |
More beautiful
Diffstat (limited to 'sh')
-rw-r--r-- | sh/eci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 : |