Skip to content

Commit 4703d31

Browse files
committed
Make BASH_LAUNCHER_EXEC_NAME protected
1 parent d21c2b7 commit 4703d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.shell/src/com/oracle/graal/python/shell/GraalPythonMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public static void main(String[] args) {
7070
private static final String MIME_TYPE = "text/x-python";
7171

7272
// 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");
73+
protected static final String BASH_LAUNCHER_EXEC_NAME = System.getProperty("org.graalvm.launcher.executablename");
7474

7575
private static long startupWallClockTime = -1;
7676
private static long startupNanoTime = -1;

0 commit comments

Comments
 (0)