summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/\" \