Skip to content

Commit

Permalink
Remove reference to removed TM_RUBY variable.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.textmate.org/trunk@11992 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
msheets committed Dec 7, 2010
1 parent 7329bf2 commit 1cef6c0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@ ruby -r "$TM_SUPPORT_PATH/lib/shelltokenize.rb" <<END
# puts %x{#{svn} update #{TextMate.selected_paths_for_shell}}
# else
update = IO.popen("'#{svn}' update #{TextMate.selected_paths_for_shell}", 'r')
format = IO.popen("'#{ruby}' -- '#{support}/format_status.rb'", 'w')
format = IO.popen("ruby -- '#{support}/format_status.rb'", 'w')
update.each_line { |line| format.puts(line) }
# end
END
Expand Down

0 comments on commit 1cef6c0

Please sign in to comment.