summaryrefslogtreecommitdiffstats
path: root/watch-bz
diff options
context:
space:
mode:
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/' \
}