tazlito rev 262

tazlito-wiz: Small redirection fix
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 16 12:06:01 2012 +0100 (2012-03-16)
parents eccb6026959e
children 2f32c1a5e104
files tazlito-wiz
line diff
     1.1 --- a/tazlito-wiz	Wed Mar 14 19:13:27 2012 +0000
     1.2 +++ b/tazlito-wiz	Fri Mar 16 12:06:01 2012 +0100
     1.3 @@ -3,7 +3,6 @@
     1.4  # Live system creation wizard in GTK using Yad.
     1.5  #
     1.6  # Copyright (C) 2012 SliTaz GNU/Linux - GNU gpl v2
     1.7 -#
     1.8  # Authors : Christophe Lincoln <pankso@slitaz.org>
     1.9  #
    1.10  
    1.11 @@ -161,7 +160,7 @@
    1.12  	# Deal with --button values
    1.13  	case $? in
    1.14  		1) exit 0 ;;
    1.15 -		*) echo -e "\n" | tazlito gen-distro 2>1 | yad \
    1.16 +		*) echo -e "\n" | tazlito gen-distro 2>&1 | yad \
    1.17  			--text-info $opts --tail \
    1.18  			--text="<b>$(gettext "Building the Live system...")</b>" ;;
    1.19  	esac