From 215dd0e1368e9bea94972781dcf4dcc52cc1b14f Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Fri, 24 Apr 2026 14:47:15 +0200 Subject: [PATCH] Status display 'shell', if shell command takes its time. --- src/frontend/com_shell.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/frontend/com_shell.c b/src/frontend/com_shell.c index d6f9c6f2c..3a523fc31 100644 --- a/src/frontend/com_shell.c +++ b/src/frontend/com_shell.c @@ -24,6 +24,10 @@ com_shell(wordlist *wl) int status; char *shell = NULL; +#ifdef HAS_PROGREP + SetAnalyse("shell", 0); +#endif + shell = getenv("SHELL"); if (shell == NULL) { shell = SHELL;