Skip to content

Commit

Permalink
Remove usage of TM_RUBY.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.textmate.org/trunk/Bundles/ImageBrowser.tmbundle@11972 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
infininight committed Nov 19, 2010
1 parent 9dab246 commit 9ab7029
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Commands/Browse.plist
Expand Up @@ -5,11 +5,10 @@
<key>beforeRunningCommand</key> <key>beforeRunningCommand</key>
<string>nop</string> <string>nop</string>
<key>command</key> <key>command</key>
<string>TM_RUBY="${TM_RUBY:=ruby}" <string>SUPPORT_PATH=${TM_BUNDLE_SUPPORT:="$TM_BUNDLE_PATH/Support"}
SUPPORT_PATH=${TM_BUNDLE_SUPPORT:="$TM_BUNDLE_PATH/Support"}
BROWSER="${SUPPORT_PATH}/browser.rb" BROWSER="${SUPPORT_PATH}/browser.rb"
$TM_RUBY "$BROWSER" "${TM_PROJECT_DIRECTORY:-TM_DIRECTORY}" "$SUPPORT_PATH"</string> ruby "$BROWSER" "${TM_PROJECT_DIRECTORY:-TM_DIRECTORY}" "$SUPPORT_PATH"</string>
<key>input</key> <key>input</key>
<string>none</string> <string>none</string>
<key>keyEquivalent</key> <key>keyEquivalent</key>
Expand Down

0 comments on commit 9ab7029

Please sign in to comment.