hush: split bash compatible extensions into separate defines. No code changes
authorKang-Che Sung <explorer09@gmail.com>
Wed, 11 Jan 2017 13:18:15 +0000 (14:18 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 11 Jan 2017 13:18:30 +0000 (14:18 +0100)
commit027d3ab57d6a3a5a872543a6f30e55347d975149
tree350985cb3b94227757b737a26bb6fc0230e714a0
parent7d4aec0c3ecb0c10de60070616d9d8fb9b074497
hush: split bash compatible extensions into separate defines. No code changes

Splitting these options makes it self-documenting about what
bash-compatible features we have.

Signed-off-by: Kang-Che Sung <explorer09@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c