diff --git a/command.cpp b/command.cpp index 7c88fd1..ce8ad7d 100644 --- a/command.cpp +++ b/command.cpp @@ -716,7 +716,7 @@ int loop_command::execute(Environment &env, const fdmask &fds, bool throwup) { if (control_c) throw execution_of_input_terminated(); try { - env.indent_and([&]{ + env.loop_indent_and([&]{ rv = vector_command::execute(env, newfds); }); }