r39 - trunk
Eddy Petrisor
eddyp-guest at costa.debian.org
Tue Mar 28 22:27:29 UTC 2006
Author: eddyp-guest
Date: 2006-03-28 22:27:29 +0000 (Tue, 28 Mar 2006)
New Revision: 39
Modified:
trunk/common.sh
Log:
bug: create USEMD5SUMS before usage
Modified: trunk/common.sh
===================================================================
--- trunk/common.sh 2006-03-28 22:22:13 UTC (rev 38)
+++ trunk/common.sh 2006-03-28 22:27:29 UTC (rev 39)
@@ -118,6 +118,7 @@
SLEEPTIME=0
SLEEPEVALCMD='true'
CHECKEVALCMD='echo "check"'
+ USEMD5SUMS='yes'
[ -r $CONFFILE ] && . $CONFFILE
METHOD=${METHOD-wget}
MEDIUM=${MEDIUM-/ZIP}
@@ -171,6 +172,7 @@
;;
--no-md5|-5)
CHECKEVALCMD='echo "echo"'
+ USEMD5SUMS='no'
shift
;;
--use-sleep=*)
More information about the Pkg-games-devel
mailing list