hush: fix comment parsing in `cmd`, closes 10421
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 22 Oct 2017 13:55:48 +0000 (15:55 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 22 Oct 2017 13:55:48 +0000 (15:55 +0200)
commit25f3b737dc04bb84fb593ace33a5c360163bd4e4
tree07fdb99bc3e583a752bd033d7506f3e3d4d64629
parent045327a418d1cf0a99405ca0b70ed61b5c1a1869
hush: fix comment parsing in `cmd`, closes 10421

function                                             old     new   delta
parse_stream                                        2692    2690      -2

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