summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Graham <joseph@fibreglass.tunachunks>2013-08-28 08:02:44 +0100
committerJoseph Graham <joseph@fibreglass.tunachunks>2013-08-28 08:02:44 +0100
commit7f76f10a815575cd73917b5a29b0545e1560c9d8 (patch)
treec012a5fd3eb5e288969fc7050478011779795331
parent17bc76b9cd0875aa716277bd89bb1d0f4aece43b (diff)
added the status back in
-rwxr-xr-xchili_change_detector2
1 files changed, 1 insertions, 1 deletions
diff --git a/chili_change_detector b/chili_change_detector
index 013bdc6..f8dac0b 100755
--- a/chili_change_detector
+++ b/chili_change_detector
@@ -202,7 +202,7 @@ do
status="${real_title_a#* \#+([[:digit:]]) }" # e.g. `(fixed)'
nump1="${real_title_a#* - }"
num="${nump1% (*}" # e.g. `Bug #381'
- echo "${num} ${creation_or_change}: ( ${cat} -${real_title_b} ) ${bugs[${i}]}" >> "${temp_changes}"
+ echo "${num} ${status} ${creation_or_change}: ( ${cat} -${real_title_b} ) ${bugs[${i}]}" >> "${temp_changes}"
fi
done