Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Truffle] JT: Make Utilities.jruby_version cwd-independent.
  • Loading branch information
eregon committed Feb 8, 2015
1 parent 290e3f1 commit 2088715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/jt.rb
Expand Up @@ -47,7 +47,7 @@ def self.find_bench
end

def self.jruby_version
File.read('VERSION').strip
File.read("#{JRUBY_DIR}/VERSION").strip
end

end
Expand Down

0 comments on commit 2088715

Please sign in to comment.