aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorbeber <beber>2006-01-17 11:00:05 +0000
committerbeber <beber>2006-01-17 11:00:05 +0000
commit924998fc384df068388bc71f9558eec2180a0331 (patch)
tree8badc8c0be70cd33f03ff40995ae9cdb92fc72bb /sh
parenttet (diff)
downloadespik-924998fc384df068388bc71f9558eec2180a0331.tar.xz
blbl
Diffstat (limited to 'sh')
-rw-r--r--sh/eci.sh2
-rw-r--r--sh/fr (renamed from sh/ter)0
2 files changed, 1 insertions, 1 deletions
diff --git a/sh/eci.sh b/sh/eci.sh
index a36cd81..10a55e0 100644
--- a/sh/eci.sh
+++ b/sh/eci.sh
@@ -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)
-\t${ADDED_FILES} ${MODIFIED_FILES} ${DELETED_FILES}
+$(if [ ! -z "${ADDED_FILES}" ]; then echo -e "\t${ADDED_FILES}\n"; fi) $(if [ ! -z "${MODIFIED_FILES}" ]; then echo -e "\t${MODIFIED_FILES}\n"; fi) $(if [ ! -z "${DELETED_FILES}" ]; then echo -e "\t${DELETED_FILES}\n"; fi)
$(cat ${TMPFILE}.send | sed -r 's/(.*)/\t* \1/g')
diff --git a/sh/ter b/sh/fr
index e69de29..e69de29 100644
--- a/sh/ter
+++ b/sh/fr