The attached patch tidies up the ThreadCom
Project: | JNode Core |
Component: | Code |
Category: | bug report |
Priority: | normal |
Assigned: | Unassigned |
Status: | closed |
Jump to:
Description
The attached patch tidies up the ThreadCommandInvoker class, and fixes some bugs. For example, it deals with the case where invoking the command throws an Error, and doesn't attempt to run commands in a pipeline if an upstream command fails.
Attachment | Size |
---|---|
issues_22 | 12.81 KB |
- Login to post comments
this patch was submitted to
this patch was submitted to trunk -> status fixed
#1
This class makes a half-hearted attempt at implementing a command line shell; i.e. if you run " command1 ... | command2 ... ", it will use the output from "command1 ..." as input to "command2 ...".
What do people think of the idea of (me) trying to turn this into a more sophisticated "sh"-like command shell? I'd start with "<" and ">" file redirection, quoting, escaping, and environment variables.
#2
#3
Patch submit to trunk.
#4