FreeBSD Bugzilla – Attachment 17911 Details for
Bug 32383
'javavm' doesn't work if more than 1 argument is specified
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 479 bytes, created by
dglo
on 2001-11-29 23:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
dglo
Created:
2001-11-29 23:30:01 UTC
Size:
479 bytes
patch
obsolete
>--- javavmwrapper/src/javavmwrapper.sh.orig Mon Nov 26 11:21:16 2001 >+++ javavmwrapper/src/javavmwrapper.sh Thu Nov 29 13:57:17 2001 >@@ -25,10 +25,12 @@ > > tryrunVM () { > if [ -x "${1}" ]; then >- exec "${1}" ${2} >+ vm=${1} >+ shift >+ exec "${vm}" "${@}" > fi > >- /bin/echo "${IAM}: warning: couldn't start specified JavaVM - \"${1}\"" >&2 >+ /bin/echo "${IAM}: warning: couldn't start specified JavaVM - \"${vm}\"" >&2 > } > > registerVM () {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 32383
: 17911