From 817498566627385c5942266c1bc4d7d9b45f8b93 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Fri, 21 Dec 2012 15:59:51 +0100 Subject: don't forget to sort the output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It should have been there since the beginning. Signed-off-by: Jan Pokorný --- watch-bz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watch-bz b/watch-bz index d5f1a2b..ccf899b 100755 --- a/watch-bz +++ b/watch-bz @@ -114,7 +114,7 @@ do_watch () { -e \"s|rhel-||g\" \ -e \"s|qe_test_coverage||\" \ -e \"s|None||\" \ - | ${HERE}/table-data $SEP | cut -c-$WIDTH" + | ${HERE}/table-data $SEP | sort | cut -c-$WIDTH" # todo: colours for priorities (rhbz#801626) #-e 's/\(urgent\)/\^\[\[31m\1\^\[\[0m/' \ } -- cgit