Skip to content

Commit 2088715

Browse files
committed
[Truffle] JT: Make Utilities.jruby_version cwd-independent.
1 parent 290e3f1 commit 2088715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/jt.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def self.find_bench
4747
end
4848

4949
def self.jruby_version
50-
File.read('VERSION').strip
50+
File.read("#{JRUBY_DIR}/VERSION").strip
5151
end
5252

5353
end

0 commit comments

Comments
 (0)