File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
graalpython/lib-graalpython/modules/standalone Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 119119MVN_CODE_PREFIX = "src/main/java"
120120MVN_RESOURCE_PREFIX = "src/main/resources"
121121
122- POSIX_LAUNCHER_SCRIPT = r"""
123- #!/usr/bin/env bash
122+ POSIX_LAUNCHER_SCRIPT = r"""#!/usr/bin/env bash
124123
125124source="${BASH_SOURCE[0]}"
126125while [ -h "$source" ] ; do
149148mvn -f "${location}/pom.xml" exec:exec -Dexec.executable="${JAVA}" -Dexec.workingdir="${curdir}" -Dexec.args="--module-path %classpath '-Dorg.graalvm.launcher.executablename=$0' --module org.graalvm.py.launcher/com.oracle.graal.python.shell.GraalPythonMain"
150149"""
151150
152- WIN32_LAUNCHER_SCRIPT = r"""
153- @echo off
151+ WIN32_LAUNCHER_SCRIPT = r"""@echo off
154152REM Invoke the GraalPy launcher through Maven, passing any arguments passed to
155153REM this script via GRAAL_PYTHON_ARGS. To avoid having to deal with multiple
156154REM layers of escaping, we store the arguments into GRAAL_PYTHON_ARGS delimited
You can’t perform that action at this time.
0 commit comments