ash: use shellparam.optind/optoff in getopts() directly, not through pointers
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 26 Oct 2016 15:34:26 +0000 (17:34 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 26 Oct 2016 15:34:26 +0000 (17:34 +0200)
commit35c2a136cd74402932d94ca69bd5f69ca900d83f
treeab4d192523175b215f853f0077603d95d718b12d
parent3df1410a00a7a57f3a43373c00cdea2031d7d70c
ash: use shellparam.optind/optoff in getopts() directly, not through pointers

This is a preparatory patch for next change

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c