diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-12-08 01:56:15 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-12-08 01:56:15 +0000 |
commit | 6f66db78ccbae5dd17919c01f9822aa68400da7f (patch) | |
tree | b50d166caa9ce3a68b4b119748be38692dd45d40 /shell | |
parent | 11a0e6ac5a1fe21b2fdea4c42e5e48e3b9b05f33 (diff) | |
download | busybox-w32-6f66db78ccbae5dd17919c01f9822aa68400da7f.tar.gz busybox-w32-6f66db78ccbae5dd17919c01f9822aa68400da7f.tar.bz2 busybox-w32-6f66db78ccbae5dd17919c01f9822aa68400da7f.zip |
Begin moving things to busybox.net
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@3871 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
-rw-r--r-- | shell/lash.c | 2 |
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) | |||
1228 | #ifdef CONFIG_FEATURE_SH_STANDALONE_SHELL | 1228 | #ifdef CONFIG_FEATURE_SH_STANDALONE_SHELL |
1229 | /* Check if the command matches any busybox internal | 1229 | /* Check if the command matches any busybox internal |
1230 | * commands ("applets") here. Following discussions from | 1230 | * commands ("applets") here. Following discussions from |
1231 | * November 2000 on busybox@opensource.lineo.com, don't use | 1231 | * November 2000 on busybox@busybox.net, don't use |
1232 | * get_last_path_component(). This way explicit (with | 1232 | * get_last_path_component(). This way explicit (with |
1233 | * slashes) filenames will never be interpreted as an | 1233 | * slashes) filenames will never be interpreted as an |
1234 | * applet, just like with builtins. This way the user can | 1234 | * applet, just like with builtins. This way the user can |