Skip to content

Commit

Permalink
Don't use TM_RUBY to run run_script.rb. (TM_RUBY will still be used i…
Browse files Browse the repository at this point in the history
…n run_script.rb to execute the user's script).

git-svn-id: http://svn.textmate.org/trunk/Bundles/Ruby.tmbundle@10718 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
Alex Ross committed Oct 16, 2008
1 parent b8ee38e commit efa7c8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Commands/Run.tmCommand
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
<string>#!/bin/sh
export RUBYLIB="$TM_BUNDLE_SUPPORT/RubyMate${RUBYLIB:+:$RUBYLIB}"
export TM_RUBY=$(type -p "${TM_RUBY:-ruby}")
"${TM_RUBY}" -- "$TM_BUNDLE_SUPPORT/RubyMate/run_script.rb"
$(type -p "ruby") -- "$TM_BUNDLE_SUPPORT/RubyMate/run_script.rb"
</string>
<key>input</key>
<string>document</string>
Expand Down

0 comments on commit efa7c8b

Please sign in to comment.