We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbbbe3 commit d9b686eCopy full SHA for d9b686e
tool/jt.rb
@@ -1879,6 +1879,8 @@ def install(name, *options)
1879
1880
eclipse_tar = eclipse_url.split('/').last
1881
eclipse_name = File.basename(eclipse_tar, '.tar.gz')
1882
+ eclipse_path = File.expand_path("../#{eclipse_name}/#{eclipse_exe}", TRUFFLERUBY_DIR)
1883
+ return eclipse_path if File.exist?(eclipse_path)
1884
1885
dir = File.expand_path('..', TRUFFLERUBY_DIR)
1886
chdir(dir) do
@@ -1896,7 +1898,7 @@ def install(name, *options)
1896
1898
end
1897
1899
1900
- File.expand_path("../#{eclipse_name}/#{eclipse_exe}", TRUFFLERUBY_DIR)
1901
+ eclipse_path
1902
1903
1904
def clone_enterprise
0 commit comments