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 7dc615a..bf62b9f 100755
--- a/watch-bz
+++ b/watch-bz
@@ -177,7 +177,7 @@ do_init () {
# login when appropriate
if [ -n "$BZUSER" ] && [ ! -f "${BUGZILLA_COOKIE}" ]; then
- do_init_login || exit $?
+ do_init_login || exit $? # XXX: recheck, should not be needed
fi
}