This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Commit ae1048a
Pass command line arguments through to the application (#31)
* Pass command line arguments through to the application
Currently, you cannot pass command line arguments to the bundled application. For instance:
open MyJavaApp.app --args arg1 arg2
arg1 and arg2 are available in the universalJavaApplicationStub script, but it doesn't forward them in the call to java.
This commit just tacks a $@ on the end of the call to exec "$JAVACMD"1 parent 7715c47 commit ae1048a
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
488 | | - | |
| 488 | + | |
| 489 | + | |
489 | 490 | | |
490 | 491 | | |
491 | 492 | | |
| |||
0 commit comments