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 119
119
MVN_CODE_PREFIX = "src/main/java"
120
120
MVN_RESOURCE_PREFIX = "src/main/resources"
121
121
122
- POSIX_LAUNCHER_SCRIPT = r"""
123
- #!/usr/bin/env bash
122
+ POSIX_LAUNCHER_SCRIPT = r"""#!/usr/bin/env bash
124
123
125
124
source="${BASH_SOURCE[0]}"
126
125
while [ -h "$source" ] ; do
149
148
mvn -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"
150
149
"""
151
150
152
- WIN32_LAUNCHER_SCRIPT = r"""
153
- @echo off
151
+ WIN32_LAUNCHER_SCRIPT = r"""@echo off
154
152
REM Invoke the GraalPy launcher through Maven, passing any arguments passed to
155
153
REM this script via GRAAL_PYTHON_ARGS. To avoid having to deal with multiple
156
154
REM layers of escaping, we store the arguments into GRAAL_PYTHON_ARGS delimited
You can’t perform that action at this time.
0 commit comments