aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--sh/eci.sh2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 944c532..0a32198 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/sh/eci.sh b/sh/eci.sh
index 34ff533..1143bbe 100644
--- a/sh/eci.sh
+++ b/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