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 d21c2b7 commit 4703d31Copy full SHA for 4703d31
graalpython/com.oracle.graal.python.shell/src/com/oracle/graal/python/shell/GraalPythonMain.java
@@ -70,7 +70,7 @@ public static void main(String[] args) {
70
private static final String MIME_TYPE = "text/x-python";
71
72
// provided by GraalVM bash launchers, ignored in native image mode
73
- private static final String BASH_LAUNCHER_EXEC_NAME = System.getProperty("org.graalvm.launcher.executablename");
+ protected static final String BASH_LAUNCHER_EXEC_NAME = System.getProperty("org.graalvm.launcher.executablename");
74
75
private static long startupWallClockTime = -1;
76
private static long startupNanoTime = -1;
0 commit comments