File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
graalpython/lib-graalpython/modules/standalone/app Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ for var in "$@"; do
2222 args=" ${args} $( printf " \v" ) ${var} "
2323done
2424
25+ curdir=` pwd`
2526export GRAAL_PYTHON_ARGS=$args
26- echo graalpy.sh is going to execute: mvn -f " ${location} /pom.xml" exec:exec -Dexec.executable=$JAVA -Dexec.args=" --module-path %classpath '-Dorg.graalvm.launcher.executablename=$0 ' --module org.graalvm.py.launcher/com.oracle.graal.python.shell.GraalPythonMain"
27- mvn -f " ${location} /pom.xml" exec:exec -Dexec.executable=" ${JAVA} " -Dexec.args=" --module-path %classpath '-Dorg.graalvm.launcher.executablename=$0 ' --module org.graalvm.py.launcher/com.oracle.graal.python.shell.GraalPythonMain"
27+ echo graalpy.sh is going to execute: 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"
28+ 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"
You can’t perform that action at this time.
0 commit comments