Begin moving things to busybox.net

-Erik
This commit is contained in:
Eric Andersen
2001-12-08 01:56:15 +00:00
parent 05b5addcaa
commit 2423b12dae
12 changed files with 83 additions and 86 deletions

View File

@@ -1228,7 +1228,7 @@ static int pseudo_exec(struct child_prog *child)
#ifdef CONFIG_FEATURE_SH_STANDALONE_SHELL
/* Check if the command matches any busybox internal
* commands ("applets") here. Following discussions from
* November 2000 on busybox@opensource.lineo.com, don't use
* November 2000 on busybox@busybox.net, don't use
* get_last_path_component(). This way explicit (with
* slashes) filenames will never be interpreted as an
* applet, just like with builtins. This way the user can