summaryrefslogtreecommitdiff
path: root/shell/lash.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-04-07 09:34:27 +0000
committerEric Andersen <andersen@codepoet.org>2004-04-07 09:34:27 +0000
commit075dd81c4460c027cf22800808993df3c07281f5 (patch)
tree92e71f0a400931ed106bfcedee0420b408adb282 /shell/lash.c
parentb80c67e32c87bc674e84993f8d2d06e8f2c4228d (diff)
downloadbusybox-w32-075dd81c4460c027cf22800808993df3c07281f5.tar.gz
busybox-w32-075dd81c4460c027cf22800808993df3c07281f5.tar.bz2
busybox-w32-075dd81c4460c027cf22800808993df3c07281f5.zip
Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortof
stupid and didn't work properly anyways.
Diffstat (limited to 'shell/lash.c')
-rw-r--r--shell/lash.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/shell/lash.c b/shell/lash.c
index e20c2a20e..b46cee807 100644
--- a/shell/lash.c
+++ b/shell/lash.c
@@ -1275,15 +1275,6 @@ static int pseudo_exec(struct child_prog *child)
1275 */ 1275 */
1276 name = child->argv[0]; 1276 name = child->argv[0];
1277 1277
1278#ifdef CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN
1279 /* If you enable CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN, then
1280 * if you run /bin/cat, it will use BusyBox cat even if
1281 * /bin/cat exists on the filesystem and is _not_ busybox.
1282 * Some systems want this, others do not. Choose wisely. :-)
1283 */
1284 name = bb_get_last_path_component(name);
1285#endif
1286
1287 { 1278 {
1288 char** argv_l=child->argv; 1279 char** argv_l=child->argv;
1289 int argc_l; 1280 int argc_l;