aboutsummaryrefslogtreecommitdiff
path: root/sh/eci.sh
diff options
context:
space:
mode:
authorbeber <beber>2005-10-12 22:32:43 +0000
committerbeber <beber>2005-10-12 22:32:43 +0000
commit0c0fcbd7b59fdd93ce9770ed4d403fe28741d642 (patch)
treee0d97d71dce1a5c1d5b1f469c59abc68f628ae30 /sh/eci.sh
parent(no commit message) (diff)
downloadespik-0c0fcbd7b59fdd93ce9770ed4d403fe28741d642.tar.xz
Hey ! check right thing
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