aboutsummaryrefslogtreecommitdiff
path: root/sh/eci.sh
diff options
context:
space:
mode:
authorbeber <beber>2005-10-12 22:01:04 +0000
committerbeber <beber>2005-10-12 22:01:04 +0000
commit51119405a8b64e740ef76e0b57181e9ea11834a2 (patch)
tree89f34046af7ab78af6610c048fffa75c9b4dcc56 /sh/eci.sh
parenttest ! (diff)
downloadespik-51119405a8b64e740ef76e0b57181e9ea11834a2.tar.xz
$USER not USER
Diffstat (limited to 'sh/eci.sh')
-rw-r--r--sh/eci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/eci.sh b/sh/eci.sh
index efdcbe6..4f1e317 100644
--- a/sh/eci.sh
+++ b/sh/eci.sh
@@ -16,7 +16,7 @@ head -n $(($DELCOMMENTFROM-1)) $TMPFILE > $TMPFILE.send
cd $HOME/dev/espik
echo "
-USER : $(date "+%D %X")
+$USER : $(date "+%D %X")
$(cat $TMPFILE.send)
File changes :