From 04195f8e201a2e297011fb567ce11963e182bf57 Mon Sep 17 00:00:00 2001
From: Martin Kuehl <martin.kuehl@gmail.com>
Date: Wed, 25 Mar 2009 18:57:47 +0100
Subject: [PATCH 6/7] =?utf-8?q?=E2=80=A2=20Declare=20:input=20and=20:interactive=5Finput=20as=20additional=20passthrough=20options.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

---
 lib/tm/executor.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/tm/executor.rb b/lib/tm/executor.rb
index d6cd02e..0b50a1b 100644
--- a/lib/tm/executor.rb
+++ b/lib/tm/executor.rb
@@ -73,7 +73,7 @@ module TextMate
                    :script_args     => [],
                    :use_hashbang    => true}
         
-        passthrough_options = [:env]
+        passthrough_options = [:env, :input, :interactive_input]
 
         options[:bootstrap] = ENV["TM_BUNDLE_SUPPORT"] + "/bin/bootstrap.sh" unless ENV["TM_BUNDLE_SUPPORT"].nil?
 
-- 
1.6.1.3

