diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-06-14 09:58:06 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-06-14 09:58:06 +0100 |
commit | 7c8465943e78cf723295bdef0ec7e397581ffabd (patch) | |
tree | 37fb4f5c8d6fe7623d421158e7923369caa6f090 | |
parent | 432fe8a00936c34c869a8358ff9c5af67a708403 (diff) |
Fix test failure introduced in 775e122cb4824c9734f50db0dd2967779636080e
-rwxr-xr-x | script/handle-mail-replies | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/handle-mail-replies b/script/handle-mail-replies index ad4b3719e..7006b83dd 100755 --- a/script/handle-mail-replies +++ b/script/handle-mail-replies @@ -1,4 +1,4 @@ #!/bin/bash cd "`dirname "$0"`" -exec bundle exec ./handle-mail-replies.rb +exec bundle exec ./handle-mail-replies.rb $@ |