diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-03-23 16:25:17 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-03-23 16:25:17 +0100 |
commit | 651a2697f725f10c1ebdb8947925b5a9c6cf4fe2 (patch) | |
tree | e2373083cc4bf57af9c114c311ff089b84835f0f /shell/hush.c | |
parent | 37a658c4c86fa5ad9fb6f76cba2fca80f4249036 (diff) | |
download | busybox-w32-651a2697f725f10c1ebdb8947925b5a9c6cf4fe2.tar.gz busybox-w32-651a2697f725f10c1ebdb8947925b5a9c6cf4fe2.tar.bz2 busybox-w32-651a2697f725f10c1ebdb8947925b5a9c6cf4fe2.zip |
*: merge some common strings
text data bss dec hexfilename
838650 8009 0 846659 ceb43busybox_old
838519 8009 0 846528 ceac0busybox_unstripped
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush.c')
-rw-r--r-- | shell/hush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c index 048085b3e..9b15efb30 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -674,7 +674,7 @@ static const struct built_in_command bltins1[] = { | |||
674 | BLTIN("set" , builtin_set , "Set/unset positional parameters"), | 674 | BLTIN("set" , builtin_set , "Set/unset positional parameters"), |
675 | BLTIN("shift" , builtin_shift , "Shift positional parameters"), | 675 | BLTIN("shift" , builtin_shift , "Shift positional parameters"), |
676 | BLTIN("trap" , builtin_trap , "Trap signals"), | 676 | BLTIN("trap" , builtin_trap , "Trap signals"), |
677 | BLTIN("type" , builtin_type , "Write a description of command type"), | 677 | BLTIN("type" , builtin_type , "Show command type"), |
678 | BLTIN("ulimit" , shell_builtin_ulimit , "Control resource limits"), | 678 | BLTIN("ulimit" , shell_builtin_ulimit , "Control resource limits"), |
679 | BLTIN("umask" , builtin_umask , "Set file creation mask"), | 679 | BLTIN("umask" , builtin_umask , "Set file creation mask"), |
680 | BLTIN("unset" , builtin_unset , "Unset variables"), | 680 | BLTIN("unset" , builtin_unset , "Unset variables"), |