diff options
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index 6d96bce5a..10217fe2f 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -3717,7 +3717,7 @@ shellexec(char **argv, const char *path, int idx) | |||
3717 | 3717 | ||
3718 | clearredir(1); | 3718 | clearredir(1); |
3719 | envp = environment(); | 3719 | envp = environment(); |
3720 | if (strchr(argv[0], '/') | 3720 | if (strchr(argv[0], '/') || is_safe_applet(argv[0]) |
3721 | #ifdef CONFIG_FEATURE_SH_STANDALONE_SHELL | 3721 | #ifdef CONFIG_FEATURE_SH_STANDALONE_SHELL |
3722 | || find_applet_by_name(argv[0]) | 3722 | || find_applet_by_name(argv[0]) |
3723 | #endif | 3723 | #endif |