hush: allow { cmd } to not be terminated by semicolon in some cases
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 4 Nov 2016 17:46:14 +0000 (18:46 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 4 Nov 2016 17:46:14 +0000 (18:46 +0100)
commit672a55e606fc50e4ffe7810bd0d9cd1cf9b980a3
treedd1805a175268a0e16ba578e095627e90e73f5fb
parent06b114900fc57cac0e422d26228f4d0aaf5d2288
hush: allow { cmd } to not be terminated by semicolon in some cases

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