diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | sh/eci.sh | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -34,3 +34,9 @@ beber from guybrush.melee : 13/10/05 00:31:13 File changes : M sh/eci.sh + +beber from guybrush.melee : 13/10/05 00:32:43 +Hey ! check right thing + +File changes : +M sh/eci.sh @@ -17,7 +17,7 @@ $EDITOR $TMPFILE SUM_NEW=$(cksum $TMPFILE | awk '{print $1}') -if [[ $SUM -ne $SUN_NEW ]] ; +if [[ $SUM_ORI -eq $SUN_NEW ]] ; then echo "Enter something !" exit -1 |