mirror of
https://github.com/ksherlock/mpw-shell.git
synced 2025-07-25 13:24:09 +00:00
.
This commit is contained in:
@@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user