@Override
public CommandThread fork(CommandShell shell, final BjorneContext context)
throws ShellException {
CommandRunnable cr = new BjorneSubshellRunner(context) {
@Override
public int doRun() throws ShellException {
return FunctionDefinitionNode.this.execute(context);
}
};