Skip to content
Snippets Groups Projects
Commit 35b6a23c authored by Lukas Stadler's avatar Lukas Stadler
Browse files

[GR-4450] Report “FastR” as scripting engine.

parents 6d4298dd 499efecc
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ public class RscriptCommand {
private static void printVersionAndExit() {
// TODO Not ok in nested context
System.out.print("R scripting front-end version ");
System.out.print("FastR scripting front-end version ");
System.out.println(RVersionNumber.FULL);
System.exit(0);
}
......
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