aboutsummaryrefslogtreecommitdiff
path: root/shell/msh.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-04-07 09:34:27 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-04-07 09:34:27 +0000
commit83687f878e7370c447233185193db55a5a650244 (patch)
tree92e71f0a400931ed106bfcedee0420b408adb282 /shell/msh.c
parentd819c3cb61920ab3dbd939bdebd9e5fd894721f5 (diff)
downloadbusybox-w32-83687f878e7370c447233185193db55a5a650244.tar.gz
busybox-w32-83687f878e7370c447233185193db55a5a650244.tar.bz2
busybox-w32-83687f878e7370c447233185193db55a5a650244.zip
Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortof
stupid and didn't work properly anyways. git-svn-id: svn://busybox.net/trunk/busybox@8714 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell/msh.c')
-rw-r--r--shell/msh.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/msh.c b/shell/msh.c
index e7059507a..5dc0b2b51 100644
--- a/shell/msh.c
+++ b/shell/msh.c
@@ -2836,9 +2836,6 @@ char *c, **v, **envp;
2836 2836
2837#ifdef CONFIG_FEATURE_SH_STANDALONE_SHELL 2837#ifdef CONFIG_FEATURE_SH_STANDALONE_SHELL
2838 char *name = c; 2838 char *name = c;
2839#ifdef CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN
2840 name = bb_get_last_path_component(name);
2841#endif
2842 optind = 1; 2839 optind = 1;
2843 if (find_applet_by_name(name)) { 2840 if (find_applet_by_name(name)) {
2844 /* We have to exec here since we vforked. Running 2841 /* We have to exec here since we vforked. Running