aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/keyword.sh')
-rwxr-xr-xscripts/keyword.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/keyword.sh b/scripts/keyword.sh
index 8ba2661..64be74e 100755
--- a/scripts/keyword.sh
+++ b/scripts/keyword.sh
@@ -83,8 +83,8 @@ fi
tmpfile="$(mktemp)"
${BUGZ} --base=https://bugs.gentoo.org get ${bugid} > ${tmpfile}
-aliases="$(grep ^CC ${tmpfile} | sed -e "s|CC : ||g")"
-assignee="$(grep ^Assignee ${tmpfile} | sed -e "s|Assignee : ||")"
+aliases="$(grep ^CC ${tmpfile} | sed -e "s|CC +: ||g")"
+assignee="$(grep ^Assignee ${tmpfile} | sed -e "s|Assignee +: ||")"
rm ${tmpfile}
# only accept arches, no herds/users etc