From 6f66db78ccbae5dd17919c01f9822aa68400da7f Mon Sep 17 00:00:00 2001 From: andersen Date: Sat, 8 Dec 2001 01:56:15 +0000 Subject: Begin moving things to busybox.net -Erik git-svn-id: svn://busybox.net/trunk/busybox@3871 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- shell/lash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/lash.c b/shell/lash.c index 79fd433e3..4155f8dd2 100644 --- a/shell/lash.c +++ b/shell/lash.c @@ -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 -- cgit v1.2.3-55-g6feb