diff options
author | Eric Andersen | 2004-04-07 09:34:27 +0000 |
---|---|---|
committer | Eric Andersen | 2004-04-07 09:34:27 +0000 |
commit | 075dd81c4460c027cf22800808993df3c07281f5 (patch) | |
tree | 92e71f0a400931ed106bfcedee0420b408adb282 /shell/msh.c | |
parent | b80c67e32c87bc674e84993f8d2d06e8f2c4228d (diff) | |
download | busybox-075dd81c4460c027cf22800808993df3c07281f5.zip busybox-075dd81c4460c027cf22800808993df3c07281f5.tar.gz |
Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortof
stupid and didn't work properly anyways.
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 |