summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-10-17 15:53:39 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-10-17 15:53:39 +0200
commitc400d1e7a45c8ef0d3e8d291be436bc610775304 (patch)
tree23fb478f8204df2ecbff60b5af6b949a0a2c2b33
parent5f0c23db12d1de3d46d3e64b038dc4adb18001f7 (diff)
downloadwatch-bz-c400d1e7a45c8ef0d3e8d291be436bc610775304.tar.gz
watch-bz-c400d1e7a45c8ef0d3e8d291be436bc610775304.tar.xz
watch-bz-c400d1e7a45c8ef0d3e8d291be436bc610775304.zip
Add a comment to take an action in the future
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 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
}