# HG changeset patch # User Antoine Bodin # Date 1297735318 -3600 # Node ID bf8cd66211037d531e4ecd99a76547e3b291f8f0 # Parent a7fb9663919e9fbb78b5632c31e8ff09eb580a9b Fix: broke a loop when using gen-cooklist & speed-up a little things. diff -r a7fb9663919e -r bf8cd6621103 tazwok --- a/tazwok Tue Feb 15 02:31:35 2011 +0100 +++ b/tazwok Tue Feb 15 03:01:58 2011 +0100 @@ -1648,7 +1648,7 @@ [ "$with_dev" ] && filter=with_dev [ "$with_wanted" ] && filter=with_wanted if [ "$filter" ]; then - pkg_list=$(echo $pkg_list | $filter) + pkg_list=$(echo $pkg_list | $filter | sort -u) scan_pkg() { look_for_$look_for | $filter