Status display 'shell', if shell command takes its time.
This commit is contained in:
parent
6bb89dac01
commit
215dd0e136
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue