tazlito rev 455

tazlito: remove "local" statement that "not in a function" (thanks stecca)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jul 31 22:13:17 2017 +0300 (2017-07-31)
parents 483d38768393
children bc72a0c472cc
files tazlito
line diff
     1.1 --- a/tazlito	Sun Jul 23 13:52:41 2017 +0200
     1.2 +++ b/tazlito	Mon Jul 31 22:13:17 2017 +0300
     1.3 @@ -1758,7 +1758,7 @@
     1.4  
     1.5  	list-flavors)
     1.6  		# Show available flavors.
     1.7 -		local list='/etc/tazlito/flavors.list'
     1.8 +		list='/etc/tazlito/flavors.list'
     1.9  		[ ! -s $list -o -n "$recharge" ] && download flavors.list -O - > $list
    1.10  		title 'List of flavors'
    1.11  		cat $list