Pass along command-line arguments in the appropriate location.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@324 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
`dirname $0`/runjava $* com.threerings.miso.editor.EditorApp
|
||||
`dirname $0`/runjava com.threerings.miso.editor.EditorApp $*
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
`dirname $0`/runjava $* com.threerings.miso.viewer.ViewerApp
|
||||
`dirname $0`/runjava com.threerings.miso.viewer.ViewerApp $*
|
||||
|
||||
Reference in New Issue
Block a user