aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbeber <beber>2005-10-12 22:05:55 +0000
committerbeber <beber>2005-10-12 22:05:55 +0000
commit926e6aedae7f0b3931c0faca017d37cdd2bc3c05 (patch)
tree2b9442f9dfc9c12f52d4058c2104ae0ac113868e
parentYeah ! (diff)
downloadespik-926e6aedae7f0b3931c0faca017d37cdd2bc3c05.tar.xz
Don't put too many white space
Diffstat (limited to '')
-rw-r--r--ChangeLog5
-rw-r--r--sh/eci.sh3
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c58efd0..9119b48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,3 +12,8 @@ And rempli ce putain de File Changed
File changes :
M sh/eci.sh
+beber : 10/13/05 00:05:55
+Don't put too many white space
+
+File changes :
+M sh/eci.sh
diff --git a/sh/eci.sh b/sh/eci.sh
index ba02856..3a116c6 100644
--- a/sh/eci.sh
+++ b/sh/eci.sh
@@ -26,8 +26,7 @@ head -n $(($DELCOMMENTFROM-1)) $TMPFILE > $TMPFILE.send
cd $HOME/dev/espik
-echo "
-$USER : $(date "+%D %X")
+echo "$USER : $(date "+%D %X")
$(cat $TMPFILE.send)
File changes :