diff options
author | beber <beber> | 2006-01-17 13:45:45 +0000 |
---|---|---|
committer | beber <beber> | 2006-01-17 13:45:45 +0000 |
commit | 3011021c84c2852ac76f9df5751255db45f56f50 (patch) | |
tree | f53012a2926b3a6c4905d5d2e477f51ab15d0291 /sh | |
parent | Get a more beutiful ChangeLog (diff) | |
download | espik-3011021c84c2852ac76f9df5751255db45f56f50.tar.xz |
A bit more to droite
Diffstat (limited to 'sh')
-rw-r--r-- | sh/eci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ DELCOMMENTFROM=$(grep -n -- '--This line and thoses under will be ignored--' ${T head -n $(($DELCOMMENTFROM-1)) ${TMPFILE} > ${TMPFILE}.send echo -e " $(date "+%d %b %Y %X");\t${GIT_AUTHOR_NAME} <${GIT_AUTHOR_EMAIL}> -\t\tfrom $(whoami) @ $(if [ `uname -o` = "Cygwin" ]; then hostname; else hostname -f; fi) +\t\t\tfrom $(whoami) @ $(if [ `uname -o` = "Cygwin" ]; then hostname; else hostname -f; fi) $(cat ${TMPFILE}.send | sed -r 's/(.*)/\t* \1/g') \tFiles Changes: |