wok-next rev 8488

get-xlite: unbreak download loop
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 08 22:41:18 2011 +0100 (2011-02-08)
parents 492baab4855d
children 607d4d3f2c49
files get-xlite/stuff/get-xlite
line diff
     1.1 --- a/get-xlite/stuff/get-xlite	Tue Feb 08 22:23:32 2011 +0100
     1.2 +++ b/get-xlite/stuff/get-xlite	Tue Feb 08 22:41:18 2011 +0100
     1.3 @@ -22,7 +22,7 @@
     1.4  
     1.5  # Download tarball
     1.6  while read URL; do
     1.7 -	wget $URL
     1.8 +	wget $URL || continue
     1.9  	TARBALL="$(basename $URL)"
    1.10  	[ -s $TARBALL ] && break
    1.11  done <<EOT