From d0d3a342367a9e11da98fc00be9e1c42ad5af636 Mon Sep 17 00:00:00 2001 From: Alex Ross Date: Tue, 3 Nov 2009 02:01:32 +0000 Subject: [PATCH] =?UTF-8?q?Converting=20the=20rest=20of=20the=20=E2=80=9CR?= =?UTF-8?q?un=E2=80=9D=20commands=20to=20#!.=20=20None=20of=20the=20Run=20?= =?UTF-8?q?Script=20commands=20source=20bash=5Finit.sh=20anymore.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.textmate.org/trunk/Bundles/Java.tmbundle@11798 dfb7d73b-c2ec-0310-8fea-fb051d288c6d --- Commands/Compile & Run (with args).tmCommand | 5 +++-- Commands/Compile & Run.tmCommand | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Commands/Compile & Run (with args).tmCommand b/Commands/Compile & Run (with args).tmCommand index d56017d..abb8b63 100644 --- a/Commands/Compile & Run (with args).tmCommand +++ b/Commands/Compile & Run (with args).tmCommand @@ -3,9 +3,10 @@ beforeRunningCommand - saveActiveFile + nop command - TM_JAVAMATE_GET_ARGS=1 javamate_bootstrap.sh + #!/bin/sh +TM_JAVAMATE_GET_ARGS=1 "$TM_BUNDLE_SUPPORT/bin/javamate_bootstrap.sh" input document keyEquivalent diff --git a/Commands/Compile & Run.tmCommand b/Commands/Compile & Run.tmCommand index d65e0a5..0fd50ea 100644 --- a/Commands/Compile & Run.tmCommand +++ b/Commands/Compile & Run.tmCommand @@ -3,9 +3,10 @@ beforeRunningCommand - saveActiveFile + nop command - javamate_bootstrap.sh + #!/bin/sh +"$TM_BUNDLE_SUPPORT/bin/javamate_bootstrap.sh" input document keyEquivalent