diff options
author | beber <beber> | 2005-10-12 22:32:43 +0000 |
---|---|---|
committer | beber <beber> | 2005-10-12 22:32:43 +0000 |
commit | 0c0fcbd7b59fdd93ce9770ed4d403fe28741d642 (patch) | |
tree | e0d97d71dce1a5c1d5b1f469c59abc68f628ae30 /sh | |
parent | (no commit message) (diff) | |
download | espik-0c0fcbd7b59fdd93ce9770ed4d403fe28741d642.tar.xz |
Hey ! check right thing
Diffstat (limited to 'sh')
-rw-r--r-- | sh/eci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |