File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -418,13 +418,13 @@ function fetch_executable_internal(
418
418
// no main class detection here
419
419
$ buildscript .= "echo 'COMPARE_DIR= \$(dirname \"\$0 \")' >> run \n" ;
420
420
$ mainClass = basename ($ unescapedSource , '.java ' );
421
- $ buildscript .= "echo 'java -cp \"\$COMPARE_DIR \" $ mainClass \"\\\ $@ \"' >> run \n" ;
421
+ $ buildscript .= "echo 'java -cp \"\$COMPARE_DIR \" $ mainClass \"\$@ \"' >> run \n" ;
422
422
$ buildscript .= "chmod +x run \n" ;
423
423
break ;
424
424
case 'py ' :
425
425
$ buildscript .= "echo '#!/bin/sh' > run \n" ;
426
426
$ buildscript .= "echo 'COMPARE_DIR= \$(dirname \"\$0 \")' >> run \n" ;
427
- $ buildscript .= "echo 'python3 \$COMPARE_DIR/ $ source' \"\\\ $@ \" >> run \n" ;
427
+ $ buildscript .= "echo 'python3 \$COMPARE_DIR/ $ source' \"\$@ \" >> run \n" ;
428
428
$ buildscript .= "chmod +x run \n" ;
429
429
break ;
430
430
}
You can’t perform that action at this time.
0 commit comments