diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-26 23:22:40 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-26 23:22:40 +0000 |
commit | 28e67966f3fc0728fb2f923265a8b2275f410655 (patch) | |
tree | 0c522b97ed681180f68d028094bd02b89b292b49 /shell/hush_test | |
parent | 572930027d5d86a18ebd68d5f4273150a2f302e1 (diff) | |
download | busybox-w32-28e67966f3fc0728fb2f923265a8b2275f410655.tar.gz busybox-w32-28e67966f3fc0728fb2f923265a8b2275f410655.tar.bz2 busybox-w32-28e67966f3fc0728fb2f923265a8b2275f410655.zip |
hush: make getopt32 usable in builtins. use it in unset.
more uses are expected in the future.
function old new delta
getopt32 1356 1393 +37
builtin_export 256 266 +10
builtin_unset 418 380 -38
Diffstat (limited to 'shell/hush_test')
-rw-r--r-- | shell/hush_test/hush-vars/unset.right | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/shell/hush_test/hush-vars/unset.right b/shell/hush_test/hush-vars/unset.right index 8dea7c40d..1fbe76a73 100644 --- a/shell/hush_test/hush-vars/unset.right +++ b/shell/hush_test/hush-vars/unset.right | |||
@@ -1,6 +1,5 @@ | |||
1 | hush: unset: -: invalid option | 1 | 0 |
2 | 1 | 2 | unset: invalid option -- m |
3 | hush: unset: -m: invalid option | ||
4 | 1 | 3 | 1 |
5 | 0 | 4 | 0 |
6 | ___ | 5 | ___ |