aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-12-21 13:23:14 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-12-21 13:23:14 +0000
commite99be6e4a58561eb7521c57148ec65ba0d87dd7b (patch)
tree3ab3dd4df901851ff7f4345708592118766ba4aa /shell
parentec7c757361d94d39f4c947ba1ec3cf6f928fca64 (diff)
downloadbusybox-w32-e99be6e4a58561eb7521c57148ec65ba0d87dd7b.tar.gz
busybox-w32-e99be6e4a58561eb7521c57148ec65ba0d87dd7b.tar.bz2
busybox-w32-e99be6e4a58561eb7521c57148ec65ba0d87dd7b.zip
introduce LONE_CHAR (optimized strcmp with one-char string)
git-svn-id: svn://busybox.net/trunk/busybox@17027 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 97f0d6bef..591e0a658 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -8172,7 +8172,7 @@ exitcmd(int argc, char **argv)
8172static int 8172static int
8173echocmd(int argc, char **argv) 8173echocmd(int argc, char **argv)
8174{ 8174{
8175 return bb_echo(argc, argv); 8175 return bb_echo(argv);
8176} 8176}
8177#endif 8177#endif
8178 8178