summaryrefslogtreecommitdiffstats
path: root/watch-bz
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2012-12-21 15:59:51 +0100
committerJan Pokorný <jpokorny@redhat.com>2012-12-21 15:59:51 +0100
commit817498566627385c5942266c1bc4d7d9b45f8b93 (patch)
tree076ab9d472ec9c8aa0240ecb34bc983da5bf40c8 /watch-bz
parent5d87487c386099c3d954df228a0b01b4edad2b82 (diff)
downloadwatch-bz-817498566627385c5942266c1bc4d7d9b45f8b93.tar.gz
watch-bz-817498566627385c5942266c1bc4d7d9b45f8b93.tar.xz
watch-bz-817498566627385c5942266c1bc4d7d9b45f8b93.zip
don't forget to sort the output
It should have been there since the beginning. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'watch-bz')
-rwxr-xr-xwatch-bz2
1 files changed, 1 insertions, 1 deletions
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/' \
}