aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorbeber <beber>2005-10-13 11:39:20 +0000
committerbeber <beber>2005-10-13 11:39:20 +0000
commit7f411bddf1ce3a27bbf468232721466ac0efffa3 (patch)
tree760a5ea508babcc684e3da79dce5c29d57890156 /sh
parentGrrrr !! (diff)
downloadespik-7f411bddf1ce3a27bbf468232721466ac0efffa3.tar.xz
whoami is better !
Diffstat (limited to '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 0cf06d5..b1132d1 100644
--- a/sh/eci.sh
+++ b/sh/eci.sh
@@ -29,7 +29,7 @@ DELCOMMENTFROM=$(grep -n -- '--This line and thoses under will be ignored--' $TM
head -n $(($DELCOMMENTFROM-1)) $TMPFILE > ${TMPFILE}.send
echo "
-$USER from $(if [ `uname -o` = "Cygwin" ]; then hostname; else hostname -f; fi) : $(date "+%d/%m/%y %X")
+$(whoami) from $(if [ `uname -o` = "Cygwin" ]; then hostname; else hostname -f; fi) : $(date "+%d/%m/%y %X")
$(cat ${TMPFILE}.send)
File changes :