File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6565# exec here would prevent onExit from being called, leaving terminal in unusable state
6666compilerJavaClasspathArgs
6767[ -z " ${ConEmuPID-} " -o -n " ${cygwin-} " ] && export MSYSTEM= PWD= # workaround for #12405
68- eval " \" $JAVACMD \" " " ${java_args[@]} " " -Dscala.home=$PROG_HOME " " -classpath \" $jvm_cp_args \" " " dotty.tools.MainGenericRunner" " -classpath \" $jvm_cp_args \" " " ${scala_args[@]} "
68+ eval " \" $JAVACMD \" " " ${java_args[@]} " " -Dscala.home=\" $PROG_HOME \" " " -classpath \" $jvm_cp_args \" " " dotty.tools.MainGenericRunner" " -classpath \" $jvm_cp_args \" " " ${scala_args[@]} "
6969scala_exit_status=$?
7070
7171
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ eval "\"$JAVACMD\"" \
8787 " ${java_args[@]} " \
8888 " -classpath \" $jvm_cp_args \" " \
8989 " -Dscala.usejavacp=true" \
90- " -Dscala.home=$PROG_HOME " \
90+ " -Dscala.home=\" $PROG_HOME \" " \
9191 " dotty.tools.MainGenericCompiler" \
9292 " ${scala_args[@]} "
9393
You can’t perform that action at this time.
0 commit comments