[Lunar-commits] r17825 - lunar/trunk/var/lib/lunar/plugins
Auke Kok
sofar at lunar-linux.org
Wed Dec 28 00:28:30 UTC 2005
Author: sofar
Date: 2005-12-28 00:28:27 +0000 (Wed, 28 Dec 2005)
New Revision: 17825
Modified:
lunar/trunk/var/lib/lunar/plugins/download-generic.plugin
Log:
tchan> sofar borked it somewhere along the way
Modified: lunar/trunk/var/lib/lunar/plugins/download-generic.plugin
===================================================================
--- lunar/trunk/var/lib/lunar/plugins/download-generic.plugin 2005-12-27 22:25:55 UTC (rev 17824)
+++ lunar/trunk/var/lib/lunar/plugins/download-generic.plugin 2005-12-28 00:28:27 UTC (rev 17825)
@@ -46,7 +46,7 @@
WGET_RATE="--limit-rate=${DOWNLOAD_RATE}"
fi
- WGET_RETRIES="--tries=${WGET_NUM_RETRY:=5}"
+ WGET_RETRIES="--tries=${NUM_RETRY:=5}"
[ -n "$http_proxy" ] && export http_proxy=$http_proxy
[ -n "$ftp_proxy" ] && export ftp_proxy=$ftp_proxy
More information about the Lunar-commits
mailing list