Skip to content

Commit

Permalink
removed jcode
Browse files Browse the repository at this point in the history
  • Loading branch information
nusco committed May 10, 2011
1 parent 9c38ff6 commit 053a375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Commands/Copy as RTF.tmCommand
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>command</key>
<string>#!/usr/bin/env ruby -rjcode -Ku
<string>#!/usr/bin/env ruby -Ku
require "#{ENV['TM_BUNDLE_SUPPORT']}/lib/copy_as_rtf.rb"
require "#{ENV['TM_SUPPORT_PATH']}/lib/progress.rb"
doc = RtfExporter.new.generate_rtf( STDIN.read )
Expand All @@ -22,7 +22,7 @@ print doc
<key>name</key>
<string>Copy as RTF</string>
<key>output</key>
<string>discard</string>
<string>afterSelectedText</string>
<key>uuid</key>
<string>6F9D791B-B8E5-456D-A574-1B5C71F232FF</string>
</dict>
Expand Down

0 comments on commit 053a375

Please sign in to comment.