summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2012-06-26 17:45:33 +0200
committerJan Pokorný <jpokorny@redhat.com>2012-06-26 17:45:33 +0200
commitb0395c4349a107f08d5de989d9012531ca9c7698 (patch)
treefc7cdd4d1637ddf900d8de2d6a4852eb41e78d32
parentf05fefdd25095c052cda7b6c2e39d7b619be0b32 (diff)
downloadwatch-bz-b0395c4349a107f08d5de989d9012531ca9c7698.tar.gz
watch-bz-b0395c4349a107f08d5de989d9012531ca9c7698.tar.xz
watch-bz-b0395c4349a107f08d5de989d9012531ca9c7698.zip
experimental: add --differences=cumulative to watch
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rwxr-xr-xwatch-bz2
1 files changed, 1 insertions, 1 deletions
diff --git a/watch-bz b/watch-bz
index b8d615f..cd22cdf 100755
--- a/watch-bz
+++ b/watch-bz
@@ -61,7 +61,7 @@ if [ -n "$BZUSER" ]; then
fi
#sh -c \
-watch -t --interval $REFRESH_INTERVAL \
+watch -t --interval $REFRESH_INTERVAL --differences=cumulative \
"$BUGZILLA query -c $COMPONENT -t $STATUS --outputformat $OUTPUT_FMT \
| sed -u \
-e \"s/${SEP}Red Hat Enterprise Linux /${SEP}EL/\" \