hush: getopts builtin
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 10 Aug 2017 23:32:46 +0000 (01:32 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 10 Aug 2017 23:32:46 +0000 (01:32 +0200)
commit74d40589288890fffea437ed2f38ad1f2dc740e5
treefafc1724b3b2c11280c067eaa4eaabb57e5f34cd
parent4628945cd8d4679912f126d5f18f954210abb7d0
hush: getopts builtin

function                                             old     new   delta
builtin_getopts                                        -     271    +271
bltins1                                              372     384     +12
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 1/0 up/down: 283/0)             Total: 283 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash_test/ash-getopts/getopt_positional.right [new file with mode: 0644]
shell/ash_test/ash-getopts/getopt_positional.tests [new file with mode: 0755]
shell/hush.c
shell/hush_test/hush-getopts/getopt_positional.right [new file with mode: 0644]
shell/hush_test/hush-getopts/getopt_positional.tests [new file with mode: 0755]
shell/hush_test/hush-getopts/getopt_simple.right [new file with mode: 0644]
shell/hush_test/hush-getopts/getopt_simple.tests [new file with mode: 0755]