aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorbeber <beber>2005-10-13 11:30:57 +0000
committerbeber <beber>2005-10-13 11:30:57 +0000
commite2a8b5f76c00e7fbf630e6e86aee8b1dd4886305 (patch)
treed9d0c7ab7d6772a39626598db329be0fbb87a798 /sh
parent(no commit message) (diff)
downloadespik-e2a8b5f76c00e7fbf630e6e86aee8b1dd4886305.tar.xz
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