From c6feafaec6009aad38f6174b46e59a9884f79e17 Mon Sep 17 00:00:00 2001 From: "Steffen (Daode) Nurpmeso" Date: Tue, 15 Mar 2016 14:14:37 +0100 Subject: [PATCH] MLE: enable recursive command invocations --- tty.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tty.c b/tty.c index 13f15a7c..37261b07 100644 --- a/tty.c +++ b/tty.c @@ -2330,9 +2330,7 @@ jredo: if(tl.tl_reenter_after_cmd != NULL){ n = 0; -#if 0 n_source_command(tl.tl_reenter_after_cmd); -#endif goto jredo; } -- 2.11.4.GIT