Skip to content

Commit

Permalink
Fixed diff tasks for updating ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Apr 19, 2012
1 parent c59c583 commit 1b4dfc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -138,7 +138,7 @@ def diff_with dir
sh "diff #{diff_options} lib/rubygems.rb #{dir}/lib/rubygems.rb; true"
sh "diff #{diff_options} lib/rubygems #{dir}/lib/rubygems; true"
sh "diff #{diff_options} lib/rbconfig #{dir}/lib/rbconfig; true"
sh "diff #{diff_options} test #{dir}/test/rubygems; true"
sh "diff #{diff_options} test/rubygems #{dir}/test/rubygems; true"
end

rubinius_dir = ENV['RUBINIUS_PATH'] || '../git.rubini.us/code'
Expand Down

0 comments on commit 1b4dfc9

Please sign in to comment.