diff options
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ash.c b/shell/ash.c index 507d15c90..bedd27b0d 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -7803,6 +7803,7 @@ tryexec(IF_FEATURE_SH_STANDALONE(int applet_no,) const char *cmd, char **argv, c | |||
7803 | while (*envp) | 7803 | while (*envp) |
7804 | putenv(*envp++); | 7804 | putenv(*envp++); |
7805 | popredir(/*drop:*/ 1); | 7805 | popredir(/*drop:*/ 1); |
7806 | GETOPT_RESET(); | ||
7806 | //TODO: think pidof, pgrep, pkill! | 7807 | //TODO: think pidof, pgrep, pkill! |
7807 | //set_task_comm() makes our pidof find NOEXECs (e.g. "yes >/dev/null"), | 7808 | //set_task_comm() makes our pidof find NOEXECs (e.g. "yes >/dev/null"), |
7808 | //but one from procps-ng-3.3.10 needs more! | 7809 | //but one from procps-ng-3.3.10 needs more! |