wok diff get-xlite/stuff/get-xlite @ rev 8704

add: nareto, nareto-doc
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 17 23:13:15 2011 +0100 (2011-02-17)
parents 492baab4855d
children e76032847ca2
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	Thu Feb 17 23:13:15 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