tazlito diff oldstuff/tazlitobox @ rev 532

tazlito: typo for $FLAVOR.nonfree
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 09 14:40:46 2021 +0000 (2021-11-09)
parents 24b1f91ec9b2
children
line diff
     1.1 --- a/oldstuff/tazlitobox	Wed Mar 14 00:10:09 2012 +0100
     1.2 +++ b/oldstuff/tazlitobox	Tue Nov 09 14:40:46 2021 +0000
     1.3 @@ -31,7 +31,7 @@
     1.4  # We need to parse flavors.list for GTK tree.
     1.5  list_flavors()
     1.6  {
     1.7 -	tazlito list-flavors | grep ^[a-z] | while read line
     1.8 +	tazlito list-flavors | grep '^[a-z]' | while read line
     1.9  	do		
    1.10  		info=`echo -n $line | awk '{print $1 " " $2 " " $3}'`
    1.11  		printinfo=`echo -n $line | awk '{print $1 "|" $2 "|" $3}'`