aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-12-08 01:56:15 +0000
committerEric Andersen <andersen@codepoet.org>2001-12-08 01:56:15 +0000
commit2423b12daee7fca1f6fe671a4a9bdf2ba1d3309e (patch)
treeb50d166caa9ce3a68b4b119748be38692dd45d40 /shell
parent05b5addcaa210f30078ab8a69c57cee829aa7eb9 (diff)
downloadbusybox-2423b12daee7fca1f6fe671a4a9bdf2ba1d3309e.tar.gz
Begin moving things to busybox.net
-Erik
Diffstat (limited to 'shell')
-rw-r--r--shell/lash.c2
1 files changed, 1 insertions, 1 deletions
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