Author: nextgens
Date: 2008-07-01 03:29:42 +0000 (Tue, 01 Jul 2008)
New Revision: 20884
Modified:
trunk/apps/new_installer/scripts/update.sh
Log:
update.sh: paranoia
Modified: trunk/apps/new_installer/scripts/update.sh
===================================================================
--- trunk/apps/new_installer/scripts/update.sh 2008-07-01 03:15:15 UTC (rev
20883)
+++ trunk/apps/new_installer/scripts/update.sh 2008-07-01 03:29:42 UTC (rev
20884)
@@ -150,7 +150,6 @@
file_hash sha1test.jar
case "$HASH" in
$SHA1_Sha1Test) echo "The SHA1 of sha1test.jar matches";;
- $MD5_Sha1Test) echo "The MD5 of sha1test.jar matches";;
*) echo "sha1test.jar needs to be updated"; rm -f sha1test.jar;;
esac