Skip to content

Commit

Permalink
Point to ruby 1.8 shim
Browse files Browse the repository at this point in the history
Using a shim allows us to catch when 1.8 of ruby is not present and provide other options.

#ignore
  • Loading branch information
infininight committed Jun 18, 2014
1 parent 48249fb commit e1d0d6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Commands/Run Script.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>beforeRunningCommand</key>
<string>nop</string>
<key>command</key>
<string>#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
<string>#!/usr/bin/env ruby18
require ENV["TM_SUPPORT_PATH"] + "/lib/tm/executor"
require ENV["TM_SUPPORT_PATH"] + "/lib/tm/save_current_document"
Expand Down
2 changes: 1 addition & 1 deletion Support/showoutput.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -w
#!/usr/bin/env ruby18 -w
#
#

Expand Down

0 comments on commit e1d0d6f

Please sign in to comment.