commit | 48ea55969907286d1a125fcd655be9d8307a3449 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Sun Jul 17 02:14:35 2016 -0500 |
committer | Rob Landley <rob@landley.net> | Sun Jul 17 02:14:35 2016 -0500 |
tree | 5c3c063aff438dabce709813abe575cddccb1b54 | |
parent | a1ce0934085f7dba3aa64ae1ba2732a2fc323549 [diff] |
The recent option parsing changes broke the multiplexer, because the "toybox" command was trying to parse their options and failing. (Commands that aren't just disabled but have no option string even in the allyesconfig case need an OPTSTR of 0.) This is probably only a partial fix, there's some design work to think through here.