mirror of
https://github.com/ksherlock/mpw-shell.git
synced 2025-01-15 03:30:00 +00:00
.
This commit is contained in:
parent
97bcf8259d
commit
701786277b
@ -524,13 +524,12 @@ int loop_command::execute(Environment &env, const fdmask &fds, bool throwup) {
|
||||
rv = vector_command::execute(env, newfds);
|
||||
});
|
||||
}
|
||||
catch (continue_command_t &ex) {
|
||||
continue;
|
||||
}
|
||||
catch (break_command_t &ex) {
|
||||
break;
|
||||
}
|
||||
|
||||
catch (continue_command_t &ex) {
|
||||
continue;
|
||||
}
|
||||
}
|
||||
env.echo("end");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user