[Lunar-commits]
CVS: theedge/var/lib/lunar/functions download.lunar, 1.52, 1.53
Auke Kok
sofar at lunar-linux.org
Fri Mar 18 14:48:48 UTC 2005
Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory espresso.foo-projects.org:/home/sofar/active/theedge/var/lib/lunar/functions
Modified Files:
download.lunar
Log Message:
Yikes!!!
Index: download.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/download.lunar,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- download.lunar 18 Mar 2005 11:01:31 -0000 1.52
+++ download.lunar 18 Mar 2005 14:48:46 -0000 1.53
@@ -386,7 +386,7 @@
fi
# quit if we did get it
- if [ -f "$SOURCE_CACHE/$SRC)" ] ; then
+ if [ -f "$SOURCE_CACHE/$SRC" ] ; then
if [ "${URL:0:6}" == "cvs://" ] ; then
verbose_msg "trying to download \"$URL\""
get_url $URL $SOURCE_CACHE/$SRC && break
More information about the Lunar-commits
mailing list