[Lunar-commits] CVS: theedge/var/lib/lunar/functions download.lunar, 1.60, 1.61

Auke Kok sofar at lunar-linux.org
Thu Apr 7 09:36:38 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:
I thought I typed that


Index: download.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/download.lunar,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- download.lunar	7 Apr 2005 09:19:57 -0000	1.60
+++ download.lunar	7 Apr 2005 09:36:36 -0000	1.61
@@ -117,7 +117,7 @@
 		
 			for URL in $ALL_URLS; do
 				# add trailing '/'
-				if [ "${URL:((${#URL}-1)):1}" == "/" ] ; then
+				if [ "${URL:((${#URL}-1)):1}" != "/" ] ; then
 					URL="${URL}/"
 				fi
 



More information about the Lunar-commits mailing list