aboutsummaryrefslogtreecommitdiff
path: root/sh/eci.sh
diff options
context:
space:
mode:
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 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