this.cmd.setReturnCode(returnCode);
LOG.info("Return code: {}", returnCode);
this.eof = true;
this.cmd.getRepository().getServer().clearCurrentCommand(this.cmd);
if (!this.cmd.isSuccessful()) {
throw new ExecutionException(cmd);
}
break loop;
case 'L':
this.cmd.setLineChannelLength(cin.getLength());
this.eof = true;