# HG changeset patch # User Pascal Bellard # Date 1309269576 -7200 # Node ID abc80c498d330eff26b410056add139405f2f1a2 # Parent a756d9029859cde481e5306b1070418fa36c9d67 tazbox: typo diff -r a756d9029859 -r abc80c498d33 tazbox/tazbox --- a/tazbox/tazbox Tue Jun 21 19:24:22 2011 +0100 +++ b/tazbox/tazbox Tue Jun 28 15:59:36 2011 +0200 @@ -307,7 +307,7 @@ # A tiny GTK window for Busybox wget output url=$2 [ -d $DOWNLOADS ] || mkdir -p $DOWNLOADS - busybox wget -c -P $DOWNLOADS $url 2>1 | output_command + busybox wget -c -P $DOWNLOADS $url 2>&1 | output_command cancel_dl ;; locale) locale ;;