diff options
author | beber <beber> | 2006-01-17 10:53:53 +0000 |
---|---|---|
committer | beber <beber> | 2006-01-17 10:53:53 +0000 |
commit | 1b4b3cb7a9719c9153fc0a196ef02d1e1744aae5 (patch) | |
tree | ea07df7074ae763b4879b6def9e74ee675e9ea62 /sh | |
parent | blablabldeldel (diff) | |
download | espik-1b4b3cb7a9719c9153fc0a196ef02d1e1744aae5.tar.xz |
tet
Diffstat (limited to 'sh')
-rw-r--r-- | sh/eci.sh | 2 | ||||
-rw-r--r-- | sh/ter (renamed from sh/toto) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ DELETED_FILES=$(echo ${SVN_ST} | grep '^D' | awk '{print "-"$2}' | tr -d '\n') #DELETED_FILES=${DELETED_FILES:+\\t${DELETED_FILES}\\n} echo -e "$(date "+%d/%m/%y %X") - from $(whoami)@$(if [ `uname -o` = "Cygwin" ]; then hostname; else hostname -f; fi) -${ADDED_FILES} ${MODIFIED_FILES} ${DELETED_FILES} +\t${ADDED_FILES} ${MODIFIED_FILES} ${DELETED_FILES} $(cat ${TMPFILE}.send | sed -r 's/(.*)/\t* \1/g') |