summaryrefslogtreecommitdiff
path: root/chili_change_detector
diff options
context:
space:
mode:
authorJoe <joe@joelightning.com>2012-03-26 13:51:34 +0100
committerJoe <joe@joelightning.com>2012-03-26 13:51:34 +0100
commitd2c30e16da08734ece720329d7fa173c3ea8094a (patch)
treee8a82c04510bec0ab70a48fe0ed95082bddbc011 /chili_change_detector
parentd6bac8f1fa024caa91301a41265c9c0390c3d470 (diff)
fixed?
Diffstat (limited to 'chili_change_detector')
-rwxr-xr-xchili_change_detector3
1 files changed, 2 insertions, 1 deletions
diff --git a/chili_change_detector b/chili_change_detector
index 08043b7..f75b10a 100755
--- a/chili_change_detector
+++ b/chili_change_detector
@@ -137,7 +137,8 @@ else
# Also we need to create the log of seen issues.
for i in "${!bugs[@]}"
do
- echo "${i%%🐵*}"
+ ii=$( sed 's/([^)]\+)//' <<< "${i}" )
+ echo "${ii%%🐵*}"
done > "${seen_issues_log}"
fi