Skip to content
Snippets Groups Projects
Commit a793d8ca authored by Mick Jordan's avatar Mick Jordan
Browse files

pkgtest/graalvm: Rscript is case sensitive

parent accc2019
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ def _installpkgs(args, **kwargs):
'''
script = _installpkgs_script()
if _is_graalvm():
rscript = join(_graalvm(), 'bin', 'rscript')
rscript = join(_graalvm(), 'bin', 'Rscript')
return mx.run([rscript, script] + args, **kwargs)
else:
return mx_fastr.rscript([script] + args, **kwargs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment