# HG changeset patch # User Aleksej Bobylev # Date 1501528397 -10800 # Node ID c9ed5c101d4e22eaeae246a302cd4eccf46a97a1 # Parent 483d387683931537c7532974aedf041226d4892b tazlito: remove "local" statement that "not in a function" (thanks stecca) diff -r 483d38768393 -r c9ed5c101d4e tazlito --- a/tazlito Sun Jul 23 13:52:41 2017 +0200 +++ b/tazlito Mon Jul 31 22:13:17 2017 +0300 @@ -1758,7 +1758,7 @@ list-flavors) # Show available flavors. - local list='/etc/tazlito/flavors.list' + list='/etc/tazlito/flavors.list' [ ! -s $list -o -n "$recharge" ] && download flavors.list -O - > $list title 'List of flavors' cat $list