aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
Diffstat (limited to '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 7a7cfac..d182371 100644
--- a/sh/eci.sh
+++ b/sh/eci.sh
@@ -19,7 +19,7 @@ $EDITOR $TMPFILE
SUM_NEW=$(cksum $TMPFILE | awk '{print $1}')
-if [[ $SUM_ORI -eq $SUN_NEW ]]; then
+if [[ ${SUM_ORI} -eq ${SUM_NEW} ]]; then
echo "Enter something !"
rm -f $TMPFILE
exit -1