break;
}
}
String pipeIn = forwardPipe != null ? forwardPipe.getBuffer() : null;
Execution execution = executionParser.parse(outQueue, pipeIn, pipeOut);
execution.verifyConstraints(shell);
execution.perform(forwardPipe);
}
}
while ((n = n.next) != null);
}