slitaz-tools rev 648

tazbox: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 28 15:59:36 2011 +0200 (2011-06-28)
parents a756d9029859
children 5e5779810922
files tazbox/tazbox
line diff
     1.1 --- a/tazbox/tazbox	Tue Jun 21 19:24:22 2011 +0100
     1.2 +++ b/tazbox/tazbox	Tue Jun 28 15:59:36 2011 +0200
     1.3 @@ -307,7 +307,7 @@
     1.4  		# A tiny GTK window for Busybox wget output
     1.5  		url=$2
     1.6  		[ -d $DOWNLOADS ] || mkdir -p $DOWNLOADS
     1.7 -		busybox wget -c -P $DOWNLOADS $url 2>1 | output_command
     1.8 +		busybox wget -c -P $DOWNLOADS $url 2>&1 | output_command
     1.9  		cancel_dl ;;
    1.10  	locale)
    1.11  		locale ;;