summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Graham <joseph@fibreglass.tunachunks>2014-02-12 15:52:29 +0000
committerJoseph Graham <joseph@fibreglass.tunachunks>2014-02-12 15:52:29 +0000
commit43a5c1e0c16c241a3db26a57bb983f1fc4c35a33 (patch)
treec62e8735729796e77469ca64de5c095f774d8ca5
parent33c0f83f1ddca88047e23d160068c2551dbcebc3 (diff)
Fixed bug of him sometimes parsing incorrectly.
-rwxr-xr-xlabs_change_detector2
1 files changed, 1 insertions, 1 deletions
diff --git a/labs_change_detector b/labs_change_detector
index 03462fe..c653627 100755
--- a/labs_change_detector
+++ b/labs_change_detector
@@ -16,7 +16,7 @@ do
'Issue #'* )
echo -n "${line}"
;;
- 'Bug #'+([[:digit:]])': '* )
+ *' #'+([[:digit:]])': '* )
echo -n " (${line#'Bug #'+([[:digit:]])': '})"
next_line_is_url=1
;;