diff options
-rwxr-xr-x | local/postrecv-bugs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/local/postrecv-bugs b/local/postrecv-bugs index cf8097a..76d1353 100755 --- a/local/postrecv-bugs +++ b/local/postrecv-bugs @@ -127,7 +127,7 @@ for bug in "${!CLOSE_BUGS[@]}"; do Additionally, it has been referenced in the following commit(s):${COMMENT_BUGS[${bug}]}" fi - bugz modify -s RESOLVED -r "${CLOSE_RESO[bug]}" -c "${msg}" "${bug}" + bugz modify -s RESOLVED -r "${CLOSE_RESO[${bug}]}" -c "${msg}" "${bug}" done for bug in "${!COMMENT_BUGS[@]}"; do |