From 64bd4db12898ba9cfdf479ba778dbd307d89cc1f Mon Sep 17 00:00:00 2001 From: brainopia Date: Sun, 8 Jan 2012 10:15:23 +0700 Subject: [PATCH] In case someone wants to use bin/runner directly --- bin/runner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/runner b/bin/runner index 0fae134..89257a0 100755 --- a/bin/runner +++ b/bin/runner @@ -1,2 +1,2 @@ #!/usr/bin/env ruby -exec "#{ARGV.first} 2>&1" +exec "#{ARGV.join(' ')} 2>&1"