From 7c8465943e78cf723295bdef0ec7e397581ffabd Mon Sep 17 00:00:00 2001 From: Seb Bacon Date: Thu, 14 Jun 2012 09:58:06 +0100 Subject: Fix test failure introduced in 775e122cb4824c9734f50db0dd2967779636080e --- script/handle-mail-replies | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/handle-mail-replies') 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 $@ -- cgit v1.2.3