summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe <joe@joelightning.com>2012-03-26 13:59:59 +0100
committerJoe <joe@joelightning.com>2012-03-26 13:59:59 +0100
commita68947b570cf76a0695675f50fa5c0d08f7abb3e (patch)
tree227aaa11d00b758bd6356b74154a2ec4d5c1c4cc
parentd2c30e16da08734ece720329d7fa173c3ea8094a (diff)
typo
-rwxr-xr-xchili_change_detector2
1 files changed, 1 insertions, 1 deletions
diff --git a/chili_change_detector b/chili_change_detector
index f75b10a..3695470 100755
--- a/chili_change_detector
+++ b/chili_change_detector
@@ -109,7 +109,7 @@ function slide_and_write
for key in "${!bugs[@]}"
do
- key=$( sed 's/([^)]\+)//' <<< "${i}" )
+ key=$( sed 's/([^)]\+)//' <<< "${key}" )
old_bugs[${key}]=${bugs[${key}]}
done