diff options
author | Markus Meier <maekke@gentoo.org> | 2015-01-21 17:34:49 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-01-21 17:34:49 +0100 |
commit | 374c0af14586f5d693463f1b9cc61636777cc322 (patch) | |
tree | cf8bf7f767dfd81d01d9a9dde3da15ea08155623 /scripts | |
parent | version bump for bug #527204: depend dev-libs/gobject-introspection for bug #... (diff) | |
download | maekke-374c0af14586f5d693463f1b9cc61636777cc322.tar.gz maekke-374c0af14586f5d693463f1b9cc61636777cc322.tar.bz2 maekke-374c0af14586f5d693463f1b9cc61636777cc322.zip |
update assigned-to field name of pybugz/bugzilla output
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/keyword.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/keyword.sh b/scripts/keyword.sh index 3d96ed8..912bba7 100755 --- a/scripts/keyword.sh +++ b/scripts/keyword.sh @@ -107,7 +107,7 @@ fi tmpfile="$(mktemp)" ${BUGZ} ${BUGZ_DEFAULT_OPTS} get ${bugid} > ${tmpfile} aliases="$(grep ^CC ${tmpfile} | awk '{ print $3 }')" -assignee="$(grep ^Assignee ${tmpfile} | awk '{ print $3 }')" +assignee="$(grep ^AssignedTo ${tmpfile} | awk '{ print $3 }')" rm ${tmpfile} [[ -z ${assignee} ]] && die "problem with bugz: assignee empty" |