diff options
Diffstat (limited to 'shell/msh.c')
-rw-r--r-- | shell/msh.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/msh.c b/shell/msh.c index e705950..5dc0b2b 100644 --- a/shell/msh.c +++ b/shell/msh.c @@ -2836,9 +2836,6 @@ char *c, **v, **envp; #ifdef CONFIG_FEATURE_SH_STANDALONE_SHELL char *name = c; -#ifdef CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN - name = bb_get_last_path_component(name); -#endif optind = 1; if (find_applet_by_name(name)) { /* We have to exec here since we vforked. Running |