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
22
22
args=" ${args} $( printf " \v" ) ${var} "
23
23
done
24
24
25
+ curdir=` pwd`
25
26
export 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