mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8201274: Launch Single-File Source-Code Programs
Reviewed-by: mcimadamore, jlahoda, ksrini, mchung, ihse, alanb
This commit is contained in:
parent
628aec8c75
commit
fe24730ed9
17 changed files with 1737 additions and 59 deletions
|
@ -183,7 +183,7 @@ main(int argc, char **argv)
|
|||
}
|
||||
// Iterate the rest of command line
|
||||
for (i = 1; i < argc; i++) {
|
||||
JLI_List argsInFile = JLI_PreprocessArg(argv[i]);
|
||||
JLI_List argsInFile = JLI_PreprocessArg(argv[i], JNI_TRUE);
|
||||
if (NULL == argsInFile) {
|
||||
JLI_List_add(args, JLI_StringDup(argv[i]));
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue