[freenet-cvs] r20884 - trunk/apps/new_installer/scripts

nextgens at freenetproject.org nextgens at freenetproject.org
Tue Jul 1 03:29:43 UTC 2008


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
 




More information about the cvs mailing list