diff options
-rw-r--r-- | ChangeLog | 22 | ||||
-rw-r--r-- | sh/eci.sh | 4 | ||||
-rw-r--r-- | src/espik_common_handler.c | 5 |
3 files changed, 29 insertions, 2 deletions
@@ -57,3 +57,25 @@ And delete debug ! File changes : M sh/eci.sh + + from : 13/10/05 13:26:56 + + +File changes : +M src/espik_common_handler.c + + from : 13/10/05 13:29:27 + + +File changes : +M ChangeLog +M src/espik_common_handler.c +M sh/eci.sh + + from : 13/10/05 13:29:48 + + +File changes : +M ChangeLog +M src/espik_common_handler.c +M sh/eci.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -x TMPFILE="/tmp/.eci.$RANDOM" @@ -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 $(hostname -f) : $(date "+%d/%m/%y %X") +$USER from $(if [[ `uname -o` = "Cygwin" ]]; then hostname; else hostname -f; fi) : $(date "+%d/%m/%y %X") $(cat ${TMPFILE}.send) File changes : diff --git a/src/espik_common_handler.c b/src/espik_common_handler.c index 61f6ffe..27027ea 100644 --- a/src/espik_common_handler.c +++ b/src/espik_common_handler.c @@ -1,3 +1,8 @@ +/* + * DUDE ! + * + */ + #include <stdio.h> #include <stdlib.h> #include <string.h> |