[Bug 165] New: java-sablevm script does not pass through unrecognised option correctly
[email protected] Sun, 18 Dec 2005 11:03:09 -0500
| Newsgroups | gmane.comp.java.vm.sablevm.bugs |
|---|---|
| Message-ID | <[email protected]> |
http://sablevm.org/bugs/show_bug.cgi?id=165
Summary: java-sablevm script does not pass through unrecognised
option correctly
Product: SableVM
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: default
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
In the java-sablevm script, after this:
-*)
echo "Warning: $1 option NOT RECOGNIZED by java-sablevm." >&2
echo "A not recognized option will be just passed to SableVM." >&2
echo "Note that we don't know if we should expect an argument after it." >&2
echo "It almost _surely_ will result in an errors when the param is
followed" >&2
echo "by an argument. Refer to 'man java-sablevm' and 'man sablevm'." >&2
it should say:
OPTS="$OPTS $1"
or else the option will be passed as an option to the Java app, not an option to
SableVM.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.