diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-06-07 16:33:04 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-06-07 16:33:04 +0100 |
commit | b87da943c35345849d77f8e38e7a8d6de105e40e (patch) | |
tree | 8a52bfc4a35253ea2da70171a9f7919c262fd943 /script/handle-mail-replies | |
parent | 7e00dbd24942de1102201aeb150c01b76a9ef8be (diff) |
Make handle-mail-replies tests pass again
Diffstat (limited to 'script/handle-mail-replies')
-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..15454b311 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 "$@" |